Skip to content

Documentation / @ripl/utilities / ArrayGroupIdentity

Type Alias: ArrayGroupIdentity<TValue> ​

ArrayGroupIdentity<TValue> = keyof TValue | Indexer<TValue>

Defined in: collection.ts:28

A property key or indexer function used to derive group identity from array items.

Type Parameters ​

Type Parameter
TValue