Skip to main content

Home > @jsplumbtoolkit/core > Edge > isDirected

Edge.isDirected() method

Gets whether or not the Edge is directed.

Signature:

isDirected(): boolean;

Returns:

boolean

True if the Edge is directed (unidirectional), false otherwise.