Skip to content

Home > vue-metamorph > AST > VStartTag

AST.VStartTag interface ​

Start tag nodes.

Signature:

typescript
export interface VStartTag extends HasParent, HasLeadingComment

Extends: HasParent, HasLeadingComment

Properties ​

Property

Modifiers

Type

Description

attributes

(VAttribute | VDirective)[]

parent

VElement

selfClosing

boolean

type

'VStartTag'