Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VNode<HostNode, HostElement, ExtraProps>

Type parameters

Hierarchy

  • VNode

Index

Properties

anchor

anchor: null | HostNode

appContext

appContext: null | AppContext

children

component

component: null | ComponentInternalInstance

dirs

dirs: null | DirectiveBinding<any>[]

el

el: null | HostNode

key

key: null | string | number | symbol

patchFlag

patchFlag: number

props

props: null | (VNodeProps & ExtraProps)

ref

ref: null | VNodeNormalizedRef

scopeId

scopeId: null | string

SFC only. This is assigned on vnode creation using currentScopeId which is set alongside currentRenderingInstance.

shapeFlag

shapeFlag: number

suspense

suspense: null | SuspenseBoundary

target

target: null | HostElement

targetAnchor

targetAnchor: null | HostNode

transition

transition: null | TransitionHooks<HostElement>

type

Generated using TypeDoc