AniLink - v1.29.2
    Preparing search index...

    Interface ViewerVariables

    ViewerVariables is an interface representing the variables for the ViewerQuery. It includes optional parameters for querying viewer data.

    interface ViewerVariables {
        animeStatLimit?: number;
        animeStatSort?: UserStatisticSort[];
        asHtml?: boolean;
        mangaStatLimit?: number;
        mangaStatSort?: UserStatisticSort[];
    }
    Index
    animeStatLimit?: number

    animeStatLimit is a number representing the limit for anime statistics.

    animeStatSort?: UserStatisticSort[]

    animeStatSort is an array of strings representing the sort order of the anime statistics.

    asHtml?: boolean

    asHtml is a boolean indicating whether to return the result as HTML.

    mangaStatLimit?: number

    mangaStatLimit is a number representing the limit for manga statistics.

    mangaStatSort?: UserStatisticSort[]

    mangaStatSort is an array of strings representing the sort order of the manga statistics.