Graphora API
    Preparing search index...

    Interface SelectionStateInput

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