Preparing search index...
The search index is not available
blaze-sdk
blaze-sdk
Pagination
Type Alias Pagination
Pagination
:
{
after
?:
number
;
before
?:
number
;
has_more
:
boolean
;
limit
:
number
;
total
?:
number
;
}
Pagination metadata common to list endpoints.
limit
: page size requested
has_more
: whether another page can be fetched
total
: exact total when provided by the backend
before
/
after
: exclusive cursors (heights) for block pagination
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
blaze-sdk
Loading...
Pagination metadata common to list endpoints.
limit: page size requestedhas_more: whether another page can be fetchedtotal: exact total when provided by the backendbefore/after: exclusive cursors (heights) for block pagination