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