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