Graphora API
    Preparing search index...

    Interface SelectionState

    interface SelectionState {
        selectedEdgeIds: readonly GraphId[];
        selectedNodeIds: readonly GraphId[];
    }
    Index
    selectedEdgeIds: readonly GraphId[]
    selectedNodeIds: readonly GraphId[]