Options
Menu

Module FilterHelpers

Index

Functions

Variables

Functions

search

  • search(object: any, filter: string, maxDepth?: number-1, and?: booleantrue): boolean

searchObject

  • searchObject(object: any, filter: string, maxDepth?: number-1, depth?: number0): boolean
  • Tests if an object contains the text in "filter". The function only checks the values in an object and ignores keys altogether, can also work with strings/numbers/arrays

    Parameters

    • object: any
    • filter: string
    • maxDepth?: number optional
    • depth?: number optional

    Returns boolean

Variables

log

log: Logging.Logger

Generated using TypeDoc