Hex Core JS
    Preparing search index...

    Type Alias PageGroupingOptions

    type PageGroupingOptions = {
        boundaryPadding?: number;
        currentPagePadding?: number;
    }
    Index

    Properties

    boundaryPadding?: number

    The number of pages to display on either side of a boundary when the current page is near the boundary.

    currentPagePadding?: number

    The number of pages to display around the current page.