isStartFromOutput property

bool isStartFromOutput
final

Whether the drag started from an output port.

This determines the logical direction of the connection:

  • true: The starting port is the SOURCE, mouse position is TARGET
  • false: The starting port is the TARGET, mouse position is SOURCE

Implementation

final bool isStartFromOutput;