ConnectionDragStarted class

Emitted when connection creation begins (dragging from a port).

Inheritance

Constructors

ConnectionDragStarted({required String sourceNodeId, required String sourcePortId, required bool isOutput})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isOutput bool
Whether dragging from an output port (true) or input port (false).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceNodeId String
The node ID where the drag started.
final
sourcePortId String
The port ID where the drag started.
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