Skip to main content

blockly > blockRendering > IPathObject > updateSelected

blockRendering.IPathObject.updateSelected() method

Add or remove styling showing that a block is selected.

Signature:

updateSelected(enabled: boolean): void;

Parameters

Parameter

Type

Description

enabled

boolean

Returns:

void