NodeGraphHoverState
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:140
Snapshot of the hover slice.
Properties
hoveredEdgeId
hoveredEdgeId:
string|null
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:142
hoveredNodeId
hoveredNodeId:
string|null
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:141
hoveredPort
hoveredPort:
NodeGraphPortRef|null
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:143