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?
optionalnextCursor:string
Defined in: packages/fireflow-vfs/src/types/entry.ts:58
Cursor for next page
totalCount?
optionaltotalCount:number
Defined in: packages/fireflow-vfs/src/types/entry.ts:60
Total item count if available