blockly > WorkspaceSvg > removeButtonCallback

WorkspaceSvg.removeButtonCallback() method

Remove a callback for a click on a button in the flyout.

Signature:

removeButtonCallback(key: string): void;

Parameters

Parameter Type Description
key string The name associated with the callback function.

Returns:

void