Home / Type/ DebuggerOptions Type — vue Architecture

DebuggerOptions Type — vue Architecture

Architecture documentation for the DebuggerOptions type/interface in debug.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  eb6c0718_1e62_2e81_5d49_ba86c998ba08["DebuggerOptions"]
  85e1f909_7644_0ca7_f1dd_88c92922f129["debug.ts"]
  eb6c0718_1e62_2e81_5d49_ba86c998ba08 -->|defined in| 85e1f909_7644_0ca7_f1dd_88c92922f129
  style eb6c0718_1e62_2e81_5d49_ba86c998ba08 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

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