interface Table.Types
Utility interface that provides higher-kinded types for this collection.
Extends: TableBase.Types
Properties
builder
undocumented
builder
columnContext
undocumented
columnContext
context
undocumented
context
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal
rowContext
undocumented
rowContext
rowMap
undocumented
rowMap
rowMapNonEmpty
undocumented
rowMapNonEmpty
Definition
readonly rowMapNonEmpty:
RMap.NonEmpty
<this['_R'],
RMap.NonEmpty
<this['_C'], this['_V']>>;
Overrides
rowNonEmpty
undocumented
rowNonEmpty