cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-attendants
/
io.github.notoriouscorgi.cacheonhand.operations
/
CacheableInfiniteQueryResult
/
CacheableInfiniteQueryResult
Cacheable
Infinite
Query
Result
constructor
(
fetchState
:
FetchState
,
error
:
TError
?
,
data
:
List
<
PagedData
<
TPageParam
?
,
TData
>
>
?
=
null
,
hasNextPage
:
Boolean
=
true
,
hasPreviousPage
:
Boolean
=
false
)