Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Query
MutationObserver
Class MutationObserver<TData, TError, TVariables, TContext>
Type Parameters
TData
=
unknown
TError
=
DefaultError
TVariables
=
void
TContext
=
unknown
Hierarchy
Subscribable
<
MutationObserverListener
<
TData
,
TError
,
TVariables
,
TContext
>
>
MutationObserver
Index
Constructors
constructor
Properties
#private
listeners
options
Methods
bind
Methods
get
Current
Result
has
Listeners
mutate
on
Mutation
Update
on
Subscribe
on
Unsubscribe
reset
set
Options
subscribe
Constructors
constructor
new
Mutation
Observer
<
TData
,
TError
,
TVariables
,
TContext
>
(
client
,
options
)
:
MutationObserver
<
TData
,
TError
,
TVariables
,
TContext
>
Type Parameters
TData
=
unknown
TError
=
Error
TVariables
=
void
TContext
=
unknown
Parameters
client
:
QueryClient
options
:
MutationObserverOptions
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
MutationObserver
<
TData
,
TError
,
TVariables
,
TContext
>
Properties
Private
#private
#private
:
any
Protected
listeners
listeners
:
Set
<
MutationObserverListener
<
TData
,
TError
,
TVariables
,
TContext
>
>
options
options
:
MutationObserverOptions
<
TData
,
TError
,
TVariables
,
TContext
>
Methods
Protected
bind
Methods
bind
Methods
(
)
:
void
Returns
void
get
Current
Result
get
Current
Result
(
)
:
MutationObserverResult
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
MutationObserverResult
<
TData
,
TError
,
TVariables
,
TContext
>
has
Listeners
has
Listeners
(
)
:
boolean
Returns
boolean
mutate
mutate
(
variables
,
options
?
)
:
Promise
<
TData
>
Parameters
variables
:
TVariables
Optional
options
:
MutateOptions
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
Promise
<
TData
>
on
Mutation
Update
on
Mutation
Update
(
action
)
:
void
Parameters
action
:
Action$1
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
void
Protected
on
Subscribe
on
Subscribe
(
)
:
void
Returns
void
Protected
on
Unsubscribe
on
Unsubscribe
(
)
:
void
Returns
void
reset
reset
(
)
:
void
Returns
void
set
Options
set
Options
(
options
)
:
void
Parameters
options
:
MutationObserverOptions
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
void
subscribe
subscribe
(
listener
)
:
(
(
)
=>
void
)
Parameters
listener
:
MutationObserverListener
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
#private
listeners
options
bind
Methods
get
Current
Result
has
Listeners
mutate
on
Mutation
Update
on
Subscribe
on
Unsubscribe
reset
set
Options
subscribe
devfive front components
index
test
Generated using
TypeDoc