Value.setValue

Set the string value of the widget.

mixintemplate Value(alias valueVariable, V)
setValue
(
this T
)
()

Parameters

value V

The new widget value.

Return Value

Type: auto

This widget to aid method chaining.

Meta