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