Type Alias KeyColumnSelector<T>

KeyColumnSelector: (row: 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.