Home / Type/ WatcherOptions Type — vue Architecture

WatcherOptions Type — vue Architecture

Architecture documentation for the WatcherOptions type/interface in watcher.ts from the vue codebase.

Entity Profile

Source Code

src/core/observer/watcher.ts lines 27–33

export interface WatcherOptions extends DebuggerOptions {
  deep?: boolean
  user?: boolean
  lazy?: boolean
  sync?: boolean
  before?: Function
}

Analyze Your Own Codebase

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

Try Supermodel Free