blockly > IFlyoutInflater > disposeItem

IFlyoutInflater.disposeItem() method

Disposes of the given element.

If the element in question resides on the flyout workspace, it should remove itself. Implementers are not otherwise required to fully dispose of the element; it may be e.g. cached for performance purposes.

Signature:

disposeItem(item: FlyoutItem): void;

Parameters

Parameter Type Description
item FlyoutItem

Returns:

void