Skip to content

CodeHighlighterComponent.setDisabled method

CodeHighlighterComponent › setDisabled

Sets the disabled state of the component.

Signature:

setDisabled(disabled: boolean): this

Parameters:

ParameterTypeDescription
disabledbooleanThe disabled state to set.

Returns: thisThe component.