Skip to main content

blockly > BlockSvg > setEditable

BlockSvg.setEditable() method

Set whether this block is editable or not.

Signature:

setEditable(editable: boolean): void;

Parameters

Parameter

Type

Description

editable

boolean

True if editable.

Returns:

void