Home > @jsplumbtoolkit/browser-ui > Port > isChildOf
Port.isChildOf() method
Returns whether or not this port is a child of the given object.
Signature:
isChildOf(v: Vertex | Graph | Edge): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
v | Vertex | Graph | Edge | Object to test if this is a child. |
Returns:
boolean