IPagingOptions

Interface

Paging Options Separated out from IHubSearchOptions to allow for reuse

Properties

Property Type Notes
num Optional number

Maximum number of results to return, per-page

start Optional number

The result number of the first entry in the result set response. The start parameter, along with the num parameter, can be used to paginate the search results.


Interface defined in common/src/search/types/IHubSearchOptions.ts:15