Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
QueryOptions
Query
Options
external
interface
QueryOptions
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
:
QueryKey
,
TPageParam
>
(
source
)
Inheritors
FetchQueryOptions
QueryObserverOptions
Members
Properties
_
defaulted
Link copied to clipboard
abstract
val
_defaulted
:
Boolean
?
behavior
Link copied to clipboard
abstract
val
behavior
:
QueryBehavior
<
TQueryFnData
,
TError
,
TData
,
TQueryKey
>
?
gc
Time
Link copied to clipboard
abstract
val
gcTime
:
JsDuration
?
initial
Data
Link copied to clipboard
abstract
val
initialData
:
InitialDataFunction
<
TData
>
?
initial
Data
Updated
At
Link copied to clipboard
abstract
val
initialDataUpdatedAt
:
Any
?
max
Pages
Link copied to clipboard
abstract
val
maxPages
:
Int
?
meta
Link copied to clipboard
abstract
val
meta
:
QueryMeta
?
network
Mode
Link copied to clipboard
abstract
val
networkMode
:
NetworkMode
?
persister
Link copied to clipboard
abstract
val
persister
:
QueryPersister
<
TQueryFnData
,
TQueryKey
,
TPageParam
>
?
query
Fn
Link copied to clipboard
abstract
val
queryFn
:
QueryFunctionOrSkipToken
<
TQueryFnData
,
TQueryKey
,
TPageParam
>
?
query
Hash
Link copied to clipboard
abstract
val
queryHash
:
String
?
query
Key
Link copied to clipboard
abstract
val
queryKey
:
TQueryKey
?
query
Key
Hash
Fn
Link copied to clipboard
abstract
val
queryKeyHashFn
:
QueryKeyHashFunction
<
TQueryKey
>
?
retry
Link copied to clipboard
abstract
val
retry
:
RetryValue
<
TError
>
?
retry
Delay
Link copied to clipboard
abstract
val
retryDelay
:
RetryDelayValue
<
TError
>
?
structural
Sharing
Link copied to clipboard
abstract
val
structuralSharing
:
Any
?