Reactivity — vue Architecture
Implements getter/setter interceptors for data tracking
Entity Profile
Relationship Graph
Domain
Functions
- addSub()
- assertProp()
- callUpdatedHooks()
- change()
- computed()
- constructor()
- createComputedGetter()
- createElement()
- createGetterInvoker()
- createRef()
- customRef()
- default.create()
- default.destroy()
- defaultStrat()
- del()
- depend()
- effect()
- effectScope()
- extractPropsFromVNodeData()
- get()
- getCurrentScope()
- getData()
- getNow()
- initData()
- initMethods()
- initProps()
- isCollectionType()
- isProxy()
- isReactive()
- isReadonly()
- isRef()
- isSameType()
- isShallow()
- log()
- makeReactive()
- markRaw()
- measure()
- mergeData()
- mergeDataOrFn()
- mergeOptions()
- normalizeArrayChildren()
- normalizeDirectives()
- normalizeInject()
- notify()
- observe()
- off()
- on()
- onScopeDispose()
- proxyNormalSlot()
- proxyRefs()
- proxyWithRefUnwrap()
- reactive()
- recordEffectScope()
- ref()
- registerDeepBindings()
- renderMixin()
- run()
- shallowReactive()
- shallowRef()
- simpleNormalizeChildren()
- stateMixin()
- stop()
- styleValue()
- toRaw()
- toRef()
- toRefs()
- toggleObserving()
- traverse()
- triggerRef()
- unref()
- update()
- updateListeners()
- watch()
- watchEffect()
Frequently Asked Questions
What is the Reactivity subdomain?
Reactivity is a subdomain in the vue codebase, part of the CoreInstance domain. Implements getter/setter interceptors for data tracking It contains 0 source files.
Which domain does Reactivity belong to?
Reactivity belongs to the CoreInstance domain.
What functions are in Reactivity?
The Reactivity subdomain contains 74 function(s): addSub, assertProp, callUpdatedHooks, change, computed, constructor, createComputedGetter, createElement, and 66 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free