Skip to content

Home > vue-metamorph > AST > VNode

AST.VNode type

The union type of any nodes.

Signature:

typescript
export type VNode = VAttribute | VDirective | VDirectiveKey | VDocumentFragment | VElement | VEndTag | VExpressionContainer | VIdentifier | VLiteral | VStartTag | VText | VGenericExpression;

References: VAttribute, VDirective, VDirectiveKey, VDocumentFragment, VElement, VEndTag, VExpressionContainer, VIdentifier, VLiteral, VStartTag, VText, VGenericExpression