Skip to main content

interface VariantTable.Types

Utility interface that provides higher-kinded types for this collection.

Extends: VariantTableBase.Types

Properties

_C

The column key type.

Definition

readonly _C: C;

Overrides

Row._C

_R

The row key type.

Definition

readonly _R: R;

Overrides

Row._R

_V

The value type.

Definition

readonly _V: V;

Overrides

Row._V

nonEmpty

undocumented

Definition

readonly nonEmpty: VariantTable.NonEmpty<this['_R'], this['_C'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: VariantTable<this['_R'], this['_C'], this['_V']>;

Overrides

Types.normal

row

undocumented

Definition

readonly row: VariantMap<this['_C'], this['_V']>;

Overrides

Types.row

rowMap

undocumented

Definition

readonly rowMap: VariantMap<this['_R'], VariantMap.NonEmpty<this['_C'], this['_V']>>;

Overrides

Types.rowMap

rowMapNonEmpty

undocumented

Definition

readonly rowMapNonEmpty: VariantMap.NonEmpty<this['_R'], VariantMap.NonEmpty<this['_C'], this['_V']>>;

Overrides

Types.rowMapNonEmpty

rowNonEmpty

undocumented

Definition

readonly rowNonEmpty: VariantMap.NonEmpty<this['_C'], this['_V']>;

Overrides

Types.rowNonEmpty