blockly > ToolboxCategory > openIcon_
ToolboxCategory.openIcon_() method
Adds appropriate classes to display an open icon.
Signature:
protected openIcon_(iconDiv: Element | null): void;
Parameters
Parameter | Type | Description |
---|---|---|
iconDiv | Element | null | The div that holds the icon. |
Returns:
void