Skip to main content

Home > blockly > Block > setEditable

Block.setEditable() method

Set whether this block is editable or not.

Signature:

setEditable(editable: boolean): void;

Parameters

ParameterTypeDescription
editablebooleanTrue if editable.

Returns:

void