Skip to content

Home > vue-metamorph > AST > VElement

AST.VElement interface

Element nodes.

Signature:

typescript
export interface VElement extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

children

(VElement | VText | VExpressionContainer)[]

endTag

VEndTag | null

name

string

namespace

Namespace

parent

VDocumentFragment | VElement

rawName

string

startTag

VStartTag

type

'VElement'