DebuggerOptions Type — vue Architecture
Architecture documentation for the DebuggerOptions type/interface in debug.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 2b853d15_9736_d4e6_eadb_f4f6db398606["DebuggerOptions"] 304b1edc_7b13_538e_3309_079eb06f0a14["debug.ts"] 2b853d15_9736_d4e6_eadb_f4f6db398606 -->|defined in| 304b1edc_7b13_538e_3309_079eb06f0a14 style 2b853d15_9736_d4e6_eadb_f4f6db398606 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/v3/debug.ts lines 3–6
export interface DebuggerOptions {
onTrack?: (event: DebuggerEvent) => void
onTrigger?: (event: DebuggerEvent) => void
}
Defined In
Source
Frequently Asked Questions
What is the DebuggerOptions type?
DebuggerOptions is a type/interface in the vue codebase, defined in src/v3/debug.ts.
Where is DebuggerOptions defined?
DebuggerOptions is defined in src/v3/debug.ts at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free