blockly > WorkspaceSvg > addTopBoundedElement
WorkspaceSvg.addTopBoundedElement() method
Adds a bounded element to the list of top bounded elements.
Signature:
addTopBoundedElement(element: IBoundedElement): void;
Parameters
Parameter | Type | Description |
---|---|---|
element | IBoundedElement | Bounded element to add. |
Returns:
void