You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* with infinite scrolling support. The number of document handles returned per batch is customizable,
86
86
* and additional batches can be loaded using the supplied `loadMore` function.
87
87
*
88
-
* @beta
88
+
* @public
89
89
* @category Documents
90
90
* @param options - Configuration options for the infinite list
91
91
* @returns An object containing the list of document handles, the loading state, the total count of retrieved document handles, and a function to load more
0 commit comments