SelectionChangedEvent
Event payload emitted when the selection state changes in the diagram.
This event fires when the user selects or deselects nodes and edges through clicking
or programmatically using the NgDiagramSelectionService
.
Properties
Section titled “Properties”previousEdges
Section titled “previousEdges”previousEdges:
Edge
<object
>[]
Previously selected edges before the change
previousNodes
Section titled “previousNodes”previousNodes:
Node
[]
Previously selected nodes before the change
selectedEdges
Section titled “selectedEdges”selectedEdges:
Edge
<object
>[]
Currently selected edges
selectedNodes
Section titled “selectedNodes”selectedNodes:
Node
[]
Currently selected nodes