class

Resolvable

Inherits Reference < Object

Represents a widget which stores temporary state that can be committed or dropped on request.

Instance methods

apply

Called to indicate the selection should be written back to the config.

Source
render

Called once per frame for rendering the widget.

Source
reset

Called to indicate the widget should be reset.

Source
visible

Whether the widget is visible.

Source
visible=(visible : Bool)

Whether the widget is visible.

Source