Skip to content

Home > vue-metamorph > AST > VExpressionContainer

AST.VExpressionContainer interface

The node of JavaScript expression in text. e.g.

Signature:

typescript
export interface VExpressionContainer extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

expression

ExpressionKind | PatternKind | VFilterSequenceExpression | VForExpression | VOnExpression | VSlotScopeExpression | VGenericExpression | null

parent

VDocumentFragment | VElement | VDirective | VDirectiveKey

type

'VExpressionContainer'