TriggerOpTypes Type — vue Architecture
Architecture documentation for the TriggerOpTypes type/interface in operations.ts from the vue codebase.
Entity Profile
Source Code
src/v3/reactivity/operations.ts lines 9–14
export const enum TriggerOpTypes {
SET = 'set',
ADD = 'add',
DELETE = 'delete',
ARRAY_MUTATION = 'array mutation'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free