Skip to main content

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

ParameterTypeDescription
objectanyThe object to test for conformance.

Returns

object is IBoundedElement

True if the object conforms to IBoundedElement, otherwise false.