extensions/extension library
Classes
- BatchEnded
- Marks the end of a batch operation.
- BatchStarted
- Marks the start of a batch operation.
- ConnectionAdded
- Emitted when a connection is added to the graph.
- ConnectionRemoved
- Emitted when a connection is removed from the graph.
- GraphEvent
- Base class for all graph events emitted by NodeFlowController.
-
NodeAdded<
T> - Emitted when a node is added to the graph.
-
NodeDataChanged<
T> - Emitted when a node's data changes.
-
NodeFlowExtension<
T> - Interface for extensions that can observe and react to graph events.
-
NodeMoved<
T> - Emitted when a node's position changes.
-
NodeRemoved<
T> - Emitted when a node is removed from the graph.
-
NodeResized<
T> - Emitted when a node's size changes.
-
NodeVisibilityChanged<
T> - Emitted when a node's visibility changes.
-
NodeZIndexChanged<
T> - Emitted when a node's z-index changes.
- SelectionChanged
- Emitted when the selection changes.
- ViewportChanged
- Emitted when the viewport changes (pan or zoom).