ClassesBlockSvgblockly.blocksvg.setmovableOn this pageHome > blockly > BlockSvg > setMovable BlockSvg.setMovable() method Set whether this block is movable or not. Signature: setMovable(movable: boolean): void; Parameters ParameterTypeDescriptionmovablebooleanTrue if movable. Returns: void