@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface PaginationComponentModel

    interface PaginationComponentModel {
        displayFirstLink: boolean;
        displayLastLink: boolean;
        displayNextLink: boolean;
        displayPreviousLink: boolean;
        firstPage: number;
        firstRecord: number;
        lastPage: number;
        lastRecord: number;
        maxPageLinks: number;
        page: number;
        pages: number[];
        strings: {
            first: string;
            last: string;
            next: string;
            previous: string;
            summary: string;
        };
        totalPages: number;
        totalRecords: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayFirstLink: boolean
    displayLastLink: boolean
    displayNextLink: boolean
    displayPreviousLink: boolean
    firstPage: number
    firstRecord: number
    lastPage: number
    lastRecord: number
    maxPageLinks: number
    page: number
    pages: number[]
    strings: {
        first: string;
        last: string;
        next: string;
        previous: string;
        summary: string;
    }
    totalPages: number
    totalRecords: number