Provides base filtering operations Implementations should be Singleton

Export

Hierarchy

Hierarchy

Constructors

Accessors

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

Methods

  • Adds a new condition to the filtering operations. operation The filtering operation.

    Parameters

    Returns void

  • Returns an instance of the condition with the specified name. name The name of the condition.

    Parameters

    • name: string
      • The name of the condition.

    Returns IgrFilteringOperation

  • Returns an array of names of the conditions which are visible in the UI

    Returns string[]

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void