Value

These are common commands that apply to all widgets that have them injected.

Members

Functions

destroy
void destroy()

Destroy this widget.

getValue
T getValue()

Get the value of the widget.

setValue
auto setValue(V value)

Set the string value of the widget.

Parameters

valueVariable

The name of the variable that holds the widget's value.

V

The type of the variable to set.

Meta