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

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

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

package history

/**
 * A change to the current location.
 */
external interface Update {
    /**
     * The action that triggered the change.
     */
    var action: Action

    /**
     * The new location.
     */
    var location: Location
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy