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

    Type Alias AnnotationUpdateBody

    type AnnotationUpdateBody = {
        anchor?: string | null;
        comment: string;
    }
    Index
    anchor?: string | null

    Omitted/null keeps the stored anchor; set to recolor a highlight.

    comment: string