Interface that is used by the GraphSnapContext for nodes to collect a number of SnapResults during the move/edit operation.
Inheritance Hierarchy
INodeSnapResultProvider
Remarks
Type Details
- yFiles module
- view
See Also
Methods
collectSnapResults
(context: GraphSnapContext, evt: CollectSnapResultsEventArgs, suggestedLayout: Rect, node: INode)Called when a node is dragged to add SnapResults for OrthogonalSnapLines to which this node can potentially snap.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - GraphSnapContext
- The snap context which manages the snap lines and the settings.
- evt - CollectSnapResultsEventArgs
- The event argument to obtain the necessary information from and add results to.
- suggestedLayout - Rect
- The layout of the node if the node would not snap.
- node - INode
- The node that is being moved.