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
  8c8db7d6_8973_78e8_15a0_500412494644["DevtoolsHook"]
  029c749e_0928_8b7f_b2fc_88aac3e8fe4b["global.d.ts"]
  8c8db7d6_8973_78e8_15a0_500412494644 -->|defined in| 029c749e_0928_8b7f_b2fc_88aac3e8fe4b
  style 8c8db7d6_8973_78e8_15a0_500412494644 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