CursorPage
@mineflow/client-core / CursorPage
Interface: CursorPage<T>
Defined in: packages/client-core/src/pagination.ts:7
Одна страница курсорного списка.
Type Parameters
| Type Parameter |
|---|
T |
Properties
items
items: T[];
Defined in: packages/client-core/src/pagination.ts:9
Элементы текущей страницы.
nextCursor
nextCursor: string | null;
Defined in: packages/client-core/src/pagination.ts:11
Курсор следующей страницы либо null, если страниц больше нет.