Home > vue-metamorph > AST > VForExpression
AST.VForExpression interface
The node of v-for
directives.
Signature:
typescript
export interface VForExpression extends HasParent
Extends: HasParent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
PatternKind[] | |||
ExpressionKind | |||
'VForExpression' |