Appearance
Home > vue-metamorph > AST > VFilter
The node of a filter sequence which is separated by |.
|
Signature:
export interface VFilter extends HasParent
Extends: HasParent
Property
Modifiers
Type
Description
arguments
(ExpressionKind | namedTypes.SpreadElement)[]
callee
namedTypes.Identifier
parent
VFilterSequenceExpression
type
'VFilter'