Home / Function/ getRawDirName() — vue Function Reference

getRawDirName() — vue Function Reference

Architecture documentation for the getRawDirName() function in directives.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  c0ba2283_b5f1_98ba_9de6_511ebdb5b8f4["getRawDirName()"]
  a07220f3_beb1_7821_9810_d794a7a56504["directives.ts"]
  c0ba2283_b5f1_98ba_9de6_511ebdb5b8f4 -->|defined in| a07220f3_beb1_7821_9810_d794a7a56504
  d582937b_dc98_d390_a8bf_68c0aa0feedf["normalizeDirectives()"]
  d582937b_dc98_d390_a8bf_68c0aa0feedf -->|calls| c0ba2283_b5f1_98ba_9de6_511ebdb5b8f4
  style c0ba2283_b5f1_98ba_9de6_511ebdb5b8f4 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

Frequently Asked Questions

What does getRawDirName() do?
getRawDirName() is a function in the vue codebase, defined in src/core/vdom/modules/directives.ts.
Where is getRawDirName() defined?
getRawDirName() is defined in src/core/vdom/modules/directives.ts at line 122.
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