Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias PaginationUIData

    type PaginationUIData = {
        buttons: number[];
        hasNextPage: boolean;
        hasPrevPage: boolean;
        maxButtonsToDisplay: number;
        showNextElipsis: boolean;
        showPrevElipsis: boolean;
    }
    Index

    Properties

    buttons: number[]
    hasNextPage: boolean
    hasPrevPage: boolean
    maxButtonsToDisplay: number
    showNextElipsis: boolean
    showPrevElipsis: boolean