Home / Function/ toggleObserving() — vue Function Reference

toggleObserving() — vue Function Reference

Architecture documentation for the toggleObserving() function in index.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  604e5809_df6d_b3ac_e76f_cf1b5eeb9809["toggleObserving()"]
  1dadabb5_0ac6_f33d_3f06_a8220ba63554["initInjections()"]
  1dadabb5_0ac6_f33d_3f06_a8220ba63554 -->|calls| 604e5809_df6d_b3ac_e76f_cf1b5eeb9809
  8aaa5e5e_c1b8_2835_8e40_bd7e697ed38d["updateChildComponent()"]
  8aaa5e5e_c1b8_2835_8e40_bd7e697ed38d -->|calls| 604e5809_df6d_b3ac_e76f_cf1b5eeb9809
  e399206d_b17d_5ac0_8caa_dab87591e37e["initProps()"]
  e399206d_b17d_5ac0_8caa_dab87591e37e -->|calls| 604e5809_df6d_b3ac_e76f_cf1b5eeb9809
  d99d7982_2691_1c11_3bae_459f2d25122d["validateProp()"]
  d99d7982_2691_1c11_3bae_459f2d25122d -->|calls| 604e5809_df6d_b3ac_e76f_cf1b5eeb9809
  style 604e5809_df6d_b3ac_e76f_cf1b5eeb9809 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/core/observer/index.ts lines 30–32

export function toggleObserving(value: boolean) {
  shouldObserve = value
}

Domain

Subdomains

Frequently Asked Questions

What does toggleObserving() do?
toggleObserving() is a function in the vue codebase.
What calls toggleObserving()?
toggleObserving() is called by 4 function(s): initInjections, initProps, updateChildComponent, validateProp.

Analyze Your Own Codebase

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

Try Supermodel Free