linXiv frontend (TS/JS)
    Preparing search index...

    What a right-clicked node hands the page — enough to open or copy it.

    interface GraphNodeContext {
        authorId?: number;
        id: string;
        label: string;
        sourceId?: string;
        type: GraphNodeType;
    }
    Index
    authorId?: number
    id: string
    label: string
    sourceId?: string