Skip to main content

Home > blockly > WorkspaceSvg > removeButtonCallback

WorkspaceSvg.removeButtonCallback() method

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

Signature:

removeButtonCallback(key: string): void;

Parameters

ParameterTypeDescription
keystringThe name associated with the callback function.

Returns:

void