Skip to content

MultipleTextComponent.setDisabled method

MultipleTextComponent › setDisabled

Sets the disabled state of the component.

Signature:

setDisabled(isDisabled: boolean): this

Parameters:

ParameterTypeDescription
isDisabledbooleanThe disabled state to set.

Returns: thisThe component.