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

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[]
}

Analyze Your Own Codebase

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

Try Supermodel Free