Home > @jsplumbtoolkit/core > AbstractLayout > vertexRemoved
AbstractLayout.vertexRemoved() method
Called by components to inform a layout that a given vertex was removed. You should never call this method directly.
Signature:
vertexRemoved(vertex: Vertex, doNotCalculateExtents: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| vertex | Vertex | Vertex that was removed |
| doNotCalculateExtents | boolean |
Returns:
void