Skip to main content

Home > blockly > blockRendering > PathObject > updateDisabled_

blockRendering.PathObject.updateDisabled_() method

Updates the look of the block to reflect a disabled state.

Signature:

protected updateDisabled_(disabled: boolean): void;

Parameters

ParameterTypeDescription
disabledbooleanTrue if disabled.

Returns:

void