UserInterfaceControl

abstract new Cesium.UserInterfaceControl(terria)

The view-model for a control in the user interface
Name Type Description
terria Object The Terria instance.

Members

Gets or sets the CSS class of the control. This property is observable.
Gets or sets the property describing whether or not the control is in the active state. This property is observable.
Gets or sets the name of the control which is set as the controls title. This property is observable.
Gets or sets the height of the svg icon. This property is observable.
Gets or sets the svg icon of the control. This property is observable.
Gets or sets the width of the svg icon. This property is observable.
Gets the Terria instance.
Gets or sets the text to be displayed in the UI control. This property is observable.

Methods

When implemented in a derived class, performs an action when the user clicks on this control.