VNodeDirective Type — vue Architecture
Architecture documentation for the VNodeDirective type/interface in vnode.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD cb1b1953_2c9c_a328_fc41_19257065af4b["VNodeDirective"] bb1277c9_9960_49ce_ea9d_c481f8a62d19["vnode.d.ts"] cb1b1953_2c9c_a328_fc41_19257065af4b -->|defined in| bb1277c9_9960_49ce_ea9d_c481f8a62d19 style cb1b1953_2c9c_a328_fc41_19257065af4b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/vnode.d.ts lines 108–117
export interface VNodeDirective {
name: string
value?: any
oldValue?: any
expression?: string
arg?: string
oldArg?: string
modifiers?: { [key: string]: boolean }
def?: DirectiveFunction | DirectiveOptions
}
Defined In
Source
Frequently Asked Questions
What is the VNodeDirective type?
VNodeDirective is a type/interface in the vue codebase, defined in types/vnode.d.ts.
Where is VNodeDirective defined?
VNodeDirective is defined in types/vnode.d.ts at line 108.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free