blessed-components - v1.20.0
    Preparing search index...

    Interface CreatePaginationItemsOptions

    Options accepted by createPaginationItems.

    interface CreatePaginationItemsOptions {
        page: number;
        siblingCount?: number;
        showBoundaryControls?: boolean;
        pageCount: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    page: number

    Current 1-based page. Values outside the range are clamped.

    siblingCount?: number

    Number of page links shown around the current page.

    1

    showBoundaryControls?: boolean

    Whether first and last controls should be rendered.

    false

    pageCount: number

    Total number of pages.