SnaplinesCanSnapParams
Params passed to the SnaplinesCanSnap callback (the <Snaplines canSnap>
prop), describing the element currently being dragged or resized. Mirrors the
{ id, model, paper, graph } shape used by paper event params in @joint/react.
Extended by
Properties
graph
readonly graph: Graph;
The graph the element belongs to.
id
readonly id: ID;
Id of the active element (the one being dragged or resized).