Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NgFilterCall

An angular filter call. For instance "orderBy: 'name'". For that example, functionName will contain "orderBy", and functionParameters will contain a single parameter of "name".

Hierarchy

  • NgFilterCall

Index

Properties

functionName

functionName: string

The name of the filter function.

functionParameters

functionParameters: string[]

List of the function parameters.

Generated using TypeDoc