Skip to main content

Home > blockly > BlockSvg > removeClass

BlockSvg.removeClass() method

Remove a CSS class from the SVG group of this block.

Signature:

removeClass(className: string): void;

Parameters

ParameterTypeDescription
classNamestring

Returns:

void