Home / Type/ VNode Type — vue Architecture

VNode Type — vue Architecture

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

Entity Profile

Source Code

types/vnode.d.ts lines 47–63

export interface VNode {
  tag?: string
  data?: VNodeData
  children?: VNode[]
  text?: string
  elm?: Node
  ns?: string
  context?: Vue
  key?: string | number | symbol | boolean
  componentOptions?: VNodeComponentOptions
  componentInstance?: Vue
  parent?: VNode
  raw?: boolean
  isStatic?: boolean
  isRootInsert: boolean
  isComment: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free