MultipleTextComponent.setDisabled method
MultipleTextComponent › setDisabled
Sets the disabled state of the component.Signature:
setDisabled(disabled: boolean): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| disabled | boolean | The disabled state to set. |
Returns: this — The component.