Skip to content

bodhi-realtime-agent / PaginationOptions

Interface: PaginationOptions

Defined in: types/history.ts:61

Cursor-based pagination options for history queries.

Properties

cursor?

optional cursor: string

Defined in: types/history.ts:67

Opaque cursor for cursor-based pagination.


limit?

optional limit: number

Defined in: types/history.ts:63

Maximum number of results to return.


offset?

optional offset: number

Defined in: types/history.ts:65

Number of results to skip (offset-based pagination).

Built with VitePress