Skip to content

ValueComponent.setValue method

ValueComponent › setValue

Official

Set the value of the component.

Signature:

setValue(value: T): this

Parameters:

Parameter Type Description
value T The value to set.

Returns: thisThe component.

Since: 0.9.7

Example:

valueComponent.setValue('foo');