Graphora API
    Preparing search index...

    Interface HighlightState

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