Preparing search index...
The search index is not available
API Documentation
API Documentation
api
PaginationOptions
Interface PaginationOptions
Options to specify paging.
interface
PaginationOptions
{
count
?:
number
;
start
?:
number
;
}
Index
Properties
count?
start?
Properties
Optional
Readonly
count
count
?:
number
Number of items to return.
Optional
Readonly
start
start
?:
number
Starting offset.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
start
API Documentation
Loading...
Options to specify paging.