@coveo/headless
    Preparing search index...

    Interface PagerOptions

    interface PagerOptions {
        numberOfPages?: number;
    }
    Index

    Properties

    Properties

    numberOfPages?: number

    The number of pages to display in the pager.

    5