Type alias KeyColumnSelector<T>

KeyColumnSelector<T>: ((row) => T)

A function that returns the value of a specific column that represents a key.

Type Parameters

  • T extends keyof any

    The type of key.

Type declaration

    • (row): T
    • Parameters

      Returns T

Export

Generated using TypeDoc