SelectionChanged class

Emitted when the selection changes.

Inheritance

Constructors

SelectionChanged({required Set<String> selectedNodeIds, required Set<String> selectedConnectionIds, required Set<String> previousNodeIds, required Set<String> previousConnectionIds})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
previousConnectionIds Set<String>
Previously selected connection IDs (for undo capability).
final
previousNodeIds Set<String>
Previously selected node IDs (for undo capability).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedConnectionIds Set<String>
Currently selected connection IDs.
final
selectedNodeIds Set<String>
Currently selected node IDs.
final

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