Home > @hapoosjs/api-common > ListOptions
Options passed to any operation that requests paginated lists
Signature:
export declare class ListOptions extends BaseOptions
Extends: BaseOptions
Property | Modifiers | Type | Description |
---|---|---|---|
maxItems? | number | (Optional) Maximum number of items to be returned | |
start? | string | (Optional) Continuation token that indicates start of the result set to be returned |