Skip to content

TypedTextComponent.setDisabled method

TypedTextComponent › setDisabled

Sets the disabled state of the component.

Signature:

setDisabled(isDisabled: boolean): this

Parameters:

ParameterTypeDescription
isDisabledbooleanWhether the component is disabled.

Returns: thisThe component.