ClassesBlockblockly.block.setdeletableOn this pageHome > blockly > Block > setDeletable Block.setDeletable() method Set whether this block is deletable or not. Signature: setDeletable(deletable: boolean): void; Parameters ParameterTypeDescriptiondeletablebooleanTrue if deletable. Returns: void