Home / Type/ DevtoolsHook Type — vue Architecture

DevtoolsHook Type — vue Architecture

Architecture documentation for the DevtoolsHook type/interface in global.d.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  969bb2d7_d78d_51d0_95cc_7c452aa0540d["DevtoolsHook"]
  c66906c9_7e17_0d7d_0db2_6839ca825c32["global.d.ts"]
  969bb2d7_d78d_51d0_95cc_7c452aa0540d -->|defined in| c66906c9_7e17_0d7d_0db2_6839ca825c32
  style 969bb2d7_d78d_51d0_95cc_7c452aa0540d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/global.d.ts lines 10–17

interface DevtoolsHook {
  emit: (event: string, ...payload: any[]) => void
  on: (event: string, handler: Function) => void
  once: (event: string, handler: Function) => void
  off: (event?: string, handler?: Function) => void
  Vue?: any
  // apps: AppRecordOptions[]
}

Defined In

Frequently Asked Questions

What is the DevtoolsHook type?
DevtoolsHook is a type/interface in the vue codebase, defined in src/global.d.ts.
Where is DevtoolsHook defined?
DevtoolsHook is defined in src/global.d.ts at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free