ElbowArrowBoxEdges
See source codeTable of contents
The usable range of the edges of a box. Each edge might be null if the edge is not usable for entry/exit.
interface ElbowArrowBoxEdges {}
Properties
bottom
bottom: ElbowArrowEdge | null
left
left: ElbowArrowEdge | null
right
right: ElbowArrowEdge | null
top
top: ElbowArrowEdge | null
Prev
ElbowArrowBoxNext
ElbowArrowBoxes