Skip to main content

blockly > IStyleable > removeStyle

IStyleable.removeStyle() method

Removes a style from the toolbox. Usually used to change the cursor.

Signature:

removeStyle(style: string): void;

Parameters

Parameter

Type

Description

style

string

The name of the class to remove.

Returns:

void