Skip to content

PageCursor

Defined in: types/page.ts:7

Cursor-paginated list page from the Mobile Locker JS bridge (iOS 5.5.0+).

Host: GET …?limit={1…5000}&cursor={token?}{ data, meta: { cursor: { next, count } } } (MLI-1718 / MLJS-26 / MLJS-27).

next: string | null;

Defined in: types/page.ts:9

Opaque token for the next request’s cursor param, or null when no further rows.


count: number;

Defined in: types/page.ts:11

Number of rows in data (data.length).