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 |
---|---|---|---|
ExpressionKind | PatternKind | VFilterSequenceExpression | VForExpression | VOnExpression | VSlotScopeExpression | VGenericExpression | null | |||
'VExpressionContainer' |