Graphora API
    Preparing search index...

    Interface InteractionRenderStateInput

    interface InteractionRenderStateInput {
        draggingNodeId?: GraphId | null;
        focusedEdgeId?: GraphId | null;
        focusedNodeId?: GraphId | null;
        highlightedEdgeIds?: readonly GraphId[];
        highlightedNodeIds?: readonly GraphId[];
        hoveredEdgeId?: GraphId | null;
        hoveredNodeId?: GraphId | null;
        selectedEdgeIds?: readonly GraphId[];
        selectedNodeIds?: readonly GraphId[];
    }
    Index
    draggingNodeId?: GraphId | null
    focusedEdgeId?: GraphId | null
    focusedNodeId?: GraphId | null
    highlightedEdgeIds?: readonly GraphId[]
    highlightedNodeIds?: readonly GraphId[]
    hoveredEdgeId?: GraphId | null
    hoveredNodeId?: GraphId | null
    selectedEdgeIds?: readonly GraphId[]
    selectedNodeIds?: readonly GraphId[]