Skip to main content

Home > @jsplumbtoolkit/connector-orthogonal > OrthogonalConnector > importGeometry

OrthogonalConnector.importGeometry() method

Signature:

importGeometry(geometry: {
source: AnchorPlacement;
target: AnchorPlacement;
segments: Array<PointXY>;
}): boolean;

Parameters

ParameterTypeDescription
geometry{ source: AnchorPlacement; target: AnchorPlacement; segments: Array<PointXY>; }

Returns:

boolean