Graphora API
    Preparing search index...

    Type Alias FocusTarget

    FocusTarget:
        | { nodeId: GraphId; type: "node" }
        | { edgeId: GraphId; type: "edge" }
        | null

    Logical graph focus, independent of DOM focus and selection.