Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / FolderPaginationState

Interface: FolderPaginationState

Defined in: packages/fireflow-vfs/src/types/entry.ts:54

Pagination state for a folder

Properties

hasMore

hasMore: boolean

Defined in: packages/fireflow-vfs/src/types/entry.ts:56

Whether there are more items to load


nextCursor?

optional nextCursor: string

Defined in: packages/fireflow-vfs/src/types/entry.ts:58

Cursor for next page


totalCount?

optional totalCount: number

Defined in: packages/fireflow-vfs/src/types/entry.ts:60

Total item count if available

Licensed under BUSL-1.1