Type Alias: CanvasPlaceAtLayer
CanvasPlaceAtLayer =
"underlay"|"overLinkGeometry"|"overLinks"|"overElements"
Defined in: diagram/placeLayer.tsx:60
Canvas layer to render widget components at, from the bottom to the top:
underlay- placed under any diagram content;overLinkGeometry- placed over graph link geometry (paths) but under its labels;overLinks- placed over graph links (including its geometry and labels);overElements- placed over both graph elements and links.
All layers stated above use paper coordinates, scales and scrolls with the diagram.