Skip to main content

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

ParameterTypeDescription
vertexVertexVertex that was removed
doNotCalculateExtentsboolean

Returns:

void