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

    Interface GraphFilterState

    interface GraphFilterState {
        author: string;
        category: string;
        dateFrom: string;
        dateTo: string;
        hasPdf: boolean;
        isolate: boolean;
        projectNames: string[];
        projectTags: string[];
        showAuthors: boolean;
        showPapers: boolean;
        showTags: boolean;
        tagRows: TagRow[];
        title: string;
    }
    Index
    author: string
    category: string
    dateFrom: string
    dateTo: string
    hasPdf: boolean
    isolate: boolean

    "Show highlighted only" — take the non-matching nodes to opacity 0.

    projectNames: string[]

    Free text matched against project names, case-insensitively, by substring.

    projectTags: string[]

    Free text matched WHOLE against project tags, case-insensitively.

    showAuthors: boolean
    showPapers: boolean
    showTags: boolean
    tagRows: TagRow[]
    title: string