Home > vue-metamorph > AST > VStartTag
AST.VStartTag interface
Start tag nodes.
Signature:
typescript
export interface VStartTag extends HasParent, HasLeadingCommentExtends: HasParent, HasLeadingComment
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(VAttribute | VDirective)[] | |||
boolean | |||
'VStartTag' |
