AniLink - v1.29.2
    Preparing search index...

    UpdateAniChartSettingsVariables is an interface that contains the variables that are required to update the AniChart settings.

    interface UpdateAniChartSettingsVariables {
        outgoingLinkProvider: string;
        sort: string;
        theme: string;
        titleLanguage: string;
    }
    Index
    outgoingLinkProvider: string

    outgoingLinkProvider is a string representing the outgoing link provider.

    sort: string

    sort is a string representing the sort order of the AniChart.

    theme: string

    theme is a string representing the theme of the AniChart.

    titleLanguage: string

    titleLanguage is a string representing the language of the title.