Appearance
Home > vue-metamorph > AST > VElement
Element nodes.
Signature:
export interface VElement extends HasParent
Extends: HasParent
Property
Modifiers
Type
Description
children
(VElement | VText | VExpressionContainer)[]
endTag
VEndTag | null
name
string
namespace
Namespace
parent
VDocumentFragment | VElement
rawName
startTag
VStartTag
type
'VElement'