All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.history.Transition.kt Maven / Gradle / Ivy

The newest version!
// Automatically generated - do not modify!

package history

/**
 * A change to the current location that was blocked. May be retried
 * after obtaining user confirmation.
 */
external interface Transition : Update {
    /**
     * Retries the update to the current location.
     */
    fun retry()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy