Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
index
PaginationSpec
Interface PaginationSpec
interface
PaginationSpec
{
limit
?:
number
;
offset
?:
number
;
}
Index
Properties
limit?
offset?
Properties
Optional
limit
limit
?:
number
Maximum records per page. Implementation may clamp.
Optional
offset
offset
?:
number
Zero-based offset of the first record.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
@honua/sdk-js
Loading...
Maximum records per page. Implementation may clamp.