@coveo/headless
    Preparing search index...

    Interface ResultsPerPageState

    A scoped and simplified part of the headless state that is relevant to the ResultsPerPage controller.

    interface ResultsPerPageState {
        numberOfResults: number;
    }
    Index

    Properties

    Properties

    numberOfResults: number

    The number of results per page.