BatchStarted class
Marks the start of a batch operation.
Extensions should accumulate events until BatchEnded is received, then treat them as a single undoable operation.
Example batch reasons:
- "multi-node-move" - dragging multiple selected nodes
- "paste" - pasting multiple nodes/connections
- "delete-selection" - deleting multiple items
- Inheritance
-
- Object
- GraphEvent
- BatchStarted
Constructors
- BatchStarted(String reason)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited