Skip to content

MultipleTextComponent.setDisabled method

MultipleTextComponent › setDisabled

Sets the disabled state of the component.

Signature:

setDisabled(disabled: boolean): this

Parameters:

ParameterTypeDescription
disabledbooleanThe disabled state to set.

Returns: thisThe component.