ElbowArrowMidpointHandle

See source code
Table of contents

Part of an ElbowArrowRoute that describes a handle for dragging the midpoint line, a line roughly halfway between the two shapes.

interface ElbowArrowMidpointHandle {}

Properties

axis

axis: "x" | "y";

point

The position of the handle, in arrow-space.

point: VecLike;

segmentEnd

The end point of the segment in the route that the handle is on.

segmentEnd: VecLike;

segmentStart

The start point of the segment in the route that the handle is on.

segmentStart: VecLike;

Prev
ElbowArrowInfoWithoutRoute
Next
ElbowArrowOptions