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
}