getRawDirName() — vue Function Reference
Architecture documentation for the getRawDirName() function in directives.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 51ff252f_2eee_d577_9665_c2c9b3880d4e["getRawDirName()"] 7d1db663_ac2f_906c_6f45_82393aeeb280["normalizeDirectives()"] 7d1db663_ac2f_906c_6f45_82393aeeb280 -->|calls| 51ff252f_2eee_d577_9665_c2c9b3880d4e style 51ff252f_2eee_d577_9665_c2c9b3880d4e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/core/vdom/modules/directives.ts lines 122–126
function getRawDirName(dir: VNodeDirective): string {
return (
dir.rawName || `${dir.name}.${Object.keys(dir.modifiers || {}).join('.')}`
)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getRawDirName() do?
getRawDirName() is a function in the vue codebase.
What calls getRawDirName()?
getRawDirName() is called by 1 function(s): normalizeDirectives.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free