Skip to main content

Home > @jsplumbtoolkit/core > Path > deleteAll

Path.deleteAll() method

Removes all vertices and edges in this path from the underlying Toolkit. This is an alias for deleteVertices, since deleting a vertex causes its edges to also be deleted.

Signature:

deleteAll(): void;

Returns:

void