Home / Type/ ASTDirective Type — vue Architecture

ASTDirective Type — vue Architecture

Architecture documentation for the ASTDirective type/interface in index.d.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  3cfd0a7f_de66_38a3_a1e3_9d1528af135a["ASTDirective"]
  d24a563e_3268_196c_05d7_d517e9d8aafa["index.d.ts"]
  3cfd0a7f_de66_38a3_a1e3_9d1528af135a -->|defined in| d24a563e_3268_196c_05d7_d517e9d8aafa
  style 3cfd0a7f_de66_38a3_a1e3_9d1528af135a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/template-compiler/types/index.d.ts lines 80–86

export interface ASTDirective {
  name: string
  rawName: string
  value: string
  arg: string | undefined
  modifiers: ASTModifiers | undefined
}

Frequently Asked Questions

What is the ASTDirective type?
ASTDirective is a type/interface in the vue codebase, defined in packages/template-compiler/types/index.d.ts.
Where is ASTDirective defined?
ASTDirective is defined in packages/template-compiler/types/index.d.ts at line 80.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free