isBoundedElement() function
Returns whether or not the given object conforms to IBoundedElement.
Signature:
export declare function isBoundedElement(object: any): object is 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.