AniLink - v1.29.2
    Preparing search index...

    UpdateAniChartHighlightsVariables is an interface that contains the variables that are required to update the AniChart highlights.

    interface UpdateAniChartHighlightsVariables {
        highlights: { highlight: boolean; mediaId: number };
    }
    Index
    highlights: { highlight: boolean; mediaId: number }

    highlights is an object that contains the media ID and the highlight status.

    Type Declaration

    • highlight: boolean

      highlight is a boolean representing the highlight status.

    • mediaId: number

      mediaId is a number representing the media ID.