Skip to main content

IApiSearchResultPage

@auvious/common / Exports / IApiSearchResultPage

Interface: IApiSearchResultPage

Table of contents

Properties

Properties

first

first: boolean

Indicates if the content is the first page of all the relevant entries.


last

last: boolean

Indicates if the content is the final page of all the relevant entries.


number

number: number

the index of the page the above content is related with.


size

size: number

the page size is more like the capacity of the page. That means that the content.length can be less than the page size for the last page.


total

total: number

the total pages related to the searchable that was queried.