WatcherOptions Type — vue Architecture
Architecture documentation for the WatcherOptions type/interface in watcher.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD cd830fb2_ac87_86e0_1f91_87a26907aab4["WatcherOptions"] 093a7a23_fa4b_6464_b268_8f9d10bcaa2f["watcher.ts"] cd830fb2_ac87_86e0_1f91_87a26907aab4 -->|defined in| 093a7a23_fa4b_6464_b268_8f9d10bcaa2f style cd830fb2_ac87_86e0_1f91_87a26907aab4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/observer/watcher.ts lines 27–33
export interface WatcherOptions extends DebuggerOptions {
deep?: boolean
user?: boolean
lazy?: boolean
sync?: boolean
before?: Function
}
Defined In
Source
Frequently Asked Questions
What is the WatcherOptions type?
WatcherOptions is a type/interface in the vue codebase, defined in src/core/observer/watcher.ts.
Where is WatcherOptions defined?
WatcherOptions is defined in src/core/observer/watcher.ts at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free