blockly > Block > isOwnDeletable

Block.isOwnDeletable() method

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

Signature:

isOwnDeletable(): boolean;

Returns:

boolean

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