Skip to main content

Home > @jsplumbtoolkit/core > Edge > setDirected

Edge.setDirected() method

Sets whether or not the Edge is directed.

Signature:

setDirected(directed: boolean): void;

Parameters

ParameterTypeDescription
directedboolean

Returns:

void