Skip to content

TypedTextComponent.setDisabled method

TypedTextComponent › setDisabled

Sets the disabled state of the component.

Signature:

setDisabled(disabled: boolean): this

Parameters:

ParameterTypeDescription
disabledbooleanWhether the component is disabled.

Returns: thisThe component.