Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Element

Hierarchy

  • VNode
    • Element

Index

Properties

Optional children

children: VNode[]

Optional componentInstance

componentInstance: Vue

Optional componentOptions

componentOptions: VNodeComponentOptions

Optional context

context: Vue

Optional data

data: VNodeData

Optional elm

elm: Node

isComment

isComment: boolean

isRootInsert

isRootInsert: boolean

Optional isStatic

isStatic: undefined | true | false

Optional key

key: string | number

Optional ns

ns: undefined | string

Optional parent

parent: VNode

Optional raw

raw: undefined | true | false

Optional tag

tag: undefined | string

Optional text

text: undefined | string

Generated using TypeDoc