@coveo/headless-react
    Preparing search index...

    Interface PagerProps

    interface PagerProps {
        initialState?: PagerInitialState;
        options?: PagerOptions;
    }
    Index

    Properties

    initialState?: PagerInitialState

    The initial state that should be applied to the Pager controller.

    options?: PagerOptions

    The options for the Pager controller.