@yesstudio/nuxt-composables
Preparing search index...
WatchEffectOptions
Interface WatchEffectOptions
interface
WatchEffectOptions
{
flush
?:
"pre"
|
"post"
|
"sync"
;
onTrack
?:
(
event
:
DebuggerEvent
)
=>
void
;
onTrigger
?:
(
event
:
DebuggerEvent
)
=>
void
;
}
Hierarchy (
View Summary
)
DebuggerOptions
WatchEffectOptions
WatchOptions
Index
Properties
flush?
on
Track?
on
Trigger?
Properties
Optional
flush
flush
?:
"pre"
|
"post"
|
"sync"
Optional
on
Track
onTrack
?:
(
event
:
DebuggerEvent
)
=>
void
Optional
on
Trigger
onTrigger
?:
(
event
:
DebuggerEvent
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flush
on
Track
on
Trigger
@yesstudio/nuxt-composables
Loading...