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

main.cesium.NavigationHelpButtonViewModel.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package cesium

/**
 * The view model for [NavigationHelpButton].
 * @see Online Documentation
 */
@JsName("\$cesium__NavigationHelpButtonViewModel")
external class NavigationHelpButtonViewModel {
    /**
     * Gets or sets whether the instructions are currently shown.  This property is observable.
     * @see Online Documentation
     */
    var showInstructions: Boolean

    /**
     * Gets or sets the tooltip.  This property is observable.
     * @see Online Documentation
     */
    var tooltip: String

    /**
     * Gets the Command that is executed when the button is clicked.
     * @see Online Documentation
     */
    var command: Command

    /**
     * Gets the Command that is executed when the mouse instructions should be shown.
     * @see Online Documentation
     */
    var showClick: Command

    /**
     * Gets the Command that is executed when the touch instructions should be shown.
     * @see Online Documentation
     */
    var showTouch: Command
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy