Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInterceptableGetDataFunc<T>

Variation of the IGetDataFunc function signature that allows for flexibility for the shape of the return value. Typcially you will use this function signature when you want to configure NgTableParams with interceptors that will return the final data rows array.

Type parameters

  • T

Hierarchy

  • IInterceptableGetDataFunc

Callable

  • Variation of the IGetDataFunc function signature that allows for flexibility for the shape of the return value. Typcially you will use this function signature when you want to configure NgTableParams with interceptors that will return the final data rows array.

    Type parameters

    • TResult

    Parameters

    Returns TResult

Generated using TypeDoc