ValueComponent.setValue method
ValueComponent › setValue
Official
Set the value of the component.Signature:
setValue(value: T): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | The value to set. |
Returns: this — The component.
Since: 0.9.7
Example:
valueComponent.setValue('foo');