Graphora API
    Preparing search index...

    Interface HighlightStateInput

    interface HighlightStateInput {
        highlightedEdgeIds?: readonly GraphId[];
        highlightedNodeIds?: readonly GraphId[];
        source?: HighlightSource;
    }
    Index
    highlightedEdgeIds?: readonly GraphId[]
    highlightedNodeIds?: readonly GraphId[]