ClassesBlockSvgblockly.blocksvg.seteditableOn this pageHome > blockly > BlockSvg > setEditable BlockSvg.setEditable() method Set whether this block is editable or not. Signature: setEditable(editable: boolean): void; Parameters ParameterTypeDescriptioneditablebooleanTrue if editable. Returns: void