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
  518dfc15_adbe_5cca_b7f3_48a3b8273d75["getRawDirName()"]
  567835e8_9ddc_72aa_a76a_eaa073ab13ad["normalizeDirectives()"]
  567835e8_9ddc_72aa_a76a_eaa073ab13ad -->|calls| 518dfc15_adbe_5cca_b7f3_48a3b8273d75
  style 518dfc15_adbe_5cca_b7f3_48a3b8273d75 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.
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