ElbowArrowEdge

See source code
Table of contents

An edge on a box.

interface ElbowArrowEdge {}

Properties

cross

The usable range of the edge along its cross-axis. Y-coordinates if left/right, x-coordinated if top/bottom.


crossTarget

The point of the target along the edge, constrained to within ElbowArrowEdge.cross.

crossTarget: number

expanded

The co-ordinate of the edge, expanded by ArrowShapeOptions.expandElbowLegLength. May be null if the target is a point.

expanded: null | number

isPartial

Whether the cross-axis range is shrunk from the original range to make space for the other shape.

isPartial: boolean

value

The co-ordinate of the edge. An x-coordinate if left/right, a y-coordinate if top/bottom.

value: number

Prev
ElbowArrowBoxes
Next
ElbowArrowInfo

We use cookies on this website.
Learn more in our Cookie Policy.