blockly > WorkspaceSvg > removeTopBoundedElement

WorkspaceSvg.removeTopBoundedElement() method

Removes a bounded element from the list of top bounded elements.

Signature:

removeTopBoundedElement(element: IBoundedElement): void;

Parameters

Parameter Type Description
element IBoundedElement Bounded element to remove.

Returns:

void