Value.getValue

Get the value of the widget.

mixintemplate Value(alias valueVariable, V)
T
getValue
(
T = V
)
()

Parameters

T

The type of the value to return.

Return Value

Type: T

The value of the widget.

Meta