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

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

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

@file:JsModule("cesium")

package cesium

/**
 * The view model for [NavigationHelpButton].
 * @see Online Documentation
 */
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 - 2025 Weber Informatics LLC | Privacy Policy