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

    Interface TooltipContent

    interface TooltipContent {
        meta: string[];
        summary?: string;
        title: string;
    }
    Index
    meta: string[]

    Meta lines, rendered one per line. Plain text: this is library metadata.

    summary?: string

    Truncated abstract. Kept out of meta so only it and the title take the MathText/TeX path.

    title: string

    May contain TeX — arXiv titles do. The component renders it via MathText.