interface Row<R,C,V>
A higher-kind utility type providing access to a row type R, a column type C, and a value type V.
Type parameters
Name | Default | Description |
---|
R | unknown | undocumented |
C | unknown | undocumented |
V | unknown | undocumented |
Properties
The column key type.
Definition
readonly _C: C;
The row key type.
Definition
readonly _R: R;
The value type.
Definition
readonly _V: V;