Type alias ResultListCallback<T>

ResultListCallback<T>: ((result: T[]) => Promise<any> | any)

Type Parameters

  • T

Type declaration

    • (result: T[]): Promise<any> | any
    • The resultList callback is called, when the asynchronous query operation completes successfully

      Returns

      A Promise, result or undefined

      Parameters

      • result: T[]

        The query result list, an empty list if no match was found

      Returns Promise<any> | any

Generated using TypeDoc