Function: isBoundedElement()
function isBoundedElement(object): object is IBoundedElement;
Defined in: packages/blockly/core/interfaces/i_bounded_element.ts:39
Returns whether or not the given object conforms to IBoundedElement.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | any | The object to test for conformance. |
Returns
object is IBoundedElement
True if the object conforms to IBoundedElement, otherwise false.