interface VariantTableBase.Types
Utility interface that provides higher-kinded types for this collection.
Extends: Row<R,C,V>
Implemented by: TableBase.Types
, VariantTable.Types
Properties
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantTableBase.NonEmpty
<this['_R'], this['_C'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
VariantTableBase
<this['_R'], this['_C'], this['_V']>;
row
undocumented
row
Definition
readonly row:
VariantMap
<this['_C'], this['_V']>;
rowMap
undocumented
rowMap
Definition
readonly rowMap:
VariantMap
<this['_R'],
VariantMap.NonEmpty
<this['_C'], this['_V']>>;
rowMapNonEmpty
undocumented
rowMapNonEmpty
Definition
readonly rowMapNonEmpty:
VariantMap.NonEmpty
<this['_R'],
VariantMap.NonEmpty
<this['_C'], this['_V']>>;
rowNonEmpty
undocumented
rowNonEmpty
Definition
readonly rowNonEmpty:
VariantMap.NonEmpty
<this['_C'], this['_V']>;