Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
FetchOptions
Fetch
Options
external
interface
FetchOptions
<
TData
>
(
source
)
Inheritors
ObserverFetchOptions
Members
Properties
cancel
Refetch
Link copied to clipboard
abstract
val
cancelRefetch
:
Boolean
?
initial
Promise
Link copied to clipboard
abstract
val
initialPromise
:
Promise
<
TData
>
?
meta
Link copied to clipboard
abstract
val
meta
:
FetchMeta
?