blockly > Block > isOwnEditable

Block.isOwnEditable() method

Return whether this block's own editable property is true or false.

Signature:

isOwnEditable(): boolean;

Returns:

boolean

True if the block's editable property is true, false otherwise.