Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VNodeData

Index

Properties

attrs?: {}

Type declaration

  • [key: string]: any
class?: any
directives?: <internal>.VNodeDirective[]
domProps?: {}

Type declaration

  • [key: string]: any
hook?: {}

Type declaration

  • [key: string]: Function
inlineTemplate?: { render: Function; staticRenderFns: Function[] }

Type declaration

  • render: Function
  • staticRenderFns: Function[]
keepAlive?: boolean
key?: string | number
nativeOn?: {}

Type declaration

  • [key: string]: Function | Function[]
on?: {}

Type declaration

  • [key: string]: Function | Function[]
props?: {}

Type declaration

  • [key: string]: any
ref?: string
refInFor?: boolean
scopedSlots?: {}

Type declaration

show?: boolean
slot?: string
staticClass?: string
staticStyle?: {}

Type declaration

  • [key: string]: any
style?: string | object | object[]
tag?: string
transition?: object

Generated using TypeDoc