toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-query-core
/
tanstack.query.core
/
PendingAction
Pending
Action
external
interface
PendingAction
<
TVariables
,
TContext
>
(
source
)
Members
Properties
context
Link copied to clipboard
abstract
val
context
:
TContext
?
is
Paused
Link copied to clipboard
abstract
val
isPaused
:
Boolean
type
Link copied to clipboard
abstract
val
type
:
Type
variables
Link copied to clipboard
abstract
val
variables
:
TVariables
?