hoveredPortInfo property

({bool isOutput, String nodeId, String portId})? hoveredPortInfo
final

Information about the currently hovered port.

Used for highlighting ports during connection creation.

Implementation

final ({String nodeId, String portId, bool isOutput})? hoveredPortInfo;