Preparing search index...
The search index is not available
Yank Note Api - v3.76.2
Yank Note Api
renderer/context/lib
vue
WatchOptionsBase
Interface WatchOptionsBase
interface
WatchOptionsBase
{
flush
?:
"pre"
|
"post"
|
"sync"
;
onTrack
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
;
onTrigger
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
;
}
Hierarchy (
view full
)
DebuggerOptions
WatchOptionsBase
WatchOptions
Index
Properties
flush?
on
Track?
on
Trigger?
Properties
Optional
flush
flush
?:
"pre"
|
"post"
|
"sync"
Optional
on
Track
on
Track
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
Optional
on
Trigger
on
Trigger
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flush
on
Track
on
Trigger
Yank Note Api - v3.76.2
Loading...