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