Home / Type/ CreateElement Type — vue Architecture

CreateElement Type — vue Architecture

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

Entity Profile

Dependency Diagram

graph TD
  e51e1722_4623_b536_f3a4_045cd737ba81["CreateElement"]
  dce33347_2805_67f0_0612_2fa9417263c1["vue.d.ts"]
  e51e1722_4623_b536_f3a4_045cd737ba81 -->|defined in| dce33347_2805_67f0_0612_2fa9417263c1
  style e51e1722_4623_b536_f3a4_045cd737ba81 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

types/vue.d.ts lines 27–45

export interface CreateElement {
  (
    tag?:
      | string
      | Component<any, any, any, any>
      | AsyncComponent<any, any, any, any>
      | (() => Component),
    children?: VNodeChildren
  ): VNode
  (
    tag?:
      | string
      | Component<any, any, any, any>
      | AsyncComponent<any, any, any, any>
      | (() => Component),
    data?: VNodeData,
    children?: VNodeChildren
  ): VNode
}

Defined In

Frequently Asked Questions

What is the CreateElement type?
CreateElement is a type/interface in the vue codebase, defined in types/vue.d.ts.
Where is CreateElement defined?
CreateElement is defined in types/vue.d.ts at line 27.

Analyze Your Own Codebase

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

Try Supermodel Free