Skip to content

Home > vue-metamorph > AST > VStartTag

AST.VStartTag interface

Start tag nodes.

Signature:

typescript
export interface VStartTag extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

attributes

(VAttribute | VDirective)[]

parent

VElement

selfClosing

boolean

type

'VStartTag'