Skip to main content

blockly > BlockSvg > removeClass

BlockSvg.removeClass() method

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

Signature:

removeClass(className: string): void;

Parameters

Parameter

Type

Description

className

string

Returns:

void