Skip to content

Home > vue-metamorph > AST > VFilter

AST.VFilter interface

The node of a filter sequence which is separated by |.

Signature:

typescript
export interface VFilter extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

arguments

(ExpressionKind | namedTypes.SpreadElement)[]

callee

namedTypes.Identifier

parent

VFilterSequenceExpression

type

'VFilter'