Home > blockly > WorkspaceSvg > removeToolboxCategoryCallback
WorkspaceSvg.removeToolboxCategoryCallback() method
Remove a callback for a click on a custom category's name in the toolbox.
Signature:
removeToolboxCategoryCallback(key: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | The name associated with the callback function. |
Returns:
void