Type alias SearchPredicate

SearchPredicate: ((row, index, array) => boolean)

A function that will examine a row and determine if it meets a specific search criteria

Type declaration

    • (row, index, array): boolean
    • Parameters

      • row: Row
      • index: number
      • array: Row[]

      Returns boolean

Export

Generated using TypeDoc