TypedDropdownComponent.setValue method
TypedDropdownComponent › setValue
Sets the value of the component.Signature:
setValue(value: T | null): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | null | The value to set. |
Returns: this — The component.