Belin.io Core
    Preparing search index...

    Represents information relevant to the pagination of data items.

    Index

    Constructors

    Properties

    page: number

    The current page number.

    pageSize: number

    The number of items per page.

    totalCount: number

    The total number of items.

    Accessors

    • get searchParams(): URLSearchParams

      The search parameters corresponding to this object.

      Returns URLSearchParams

    Methods

    • Creates a new pagination from the HTTP headers of the specified response.

      Parameters

      • response: Response

        A server response.

      Returns Pagination

      The pagination corresponding to the HTTP headers of the specified response.