ReactiveFlags Type — vue Architecture
Architecture documentation for the ReactiveFlags type/interface in reactive.ts from the vue codebase.
Entity Profile
Source Code
src/v3/reactivity/reactive.ts lines 12–17
export const enum ReactiveFlags {
SKIP = '__v_skip',
IS_READONLY = '__v_isReadonly',
IS_SHALLOW = '__v_isShallow',
RAW = '__v_raw'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free