Graphora API
    Preparing search index...

    Interface InteractionRenderState

    interface InteractionRenderState {
        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[]