TinyBase logoTinyBase

Store type aliases

This is the collection of store type aliases within the store module. There are 8 store type aliases in total.

Tables

The Tables type is the data structure representing all of the data in a Store.

Table

The Table type is the data structure representing the data in a single table.

Row

The Row type is the data structure representing the data in a single row.

Cell

The Cell type is the data structure representing the data in a single cell.

CellOrUndefined

The CellOrUndefined type is a data structure representing the data in a single cell, or the value undefined.

Values

The Values type is the data structure representing all the keyed values in a Store.

Value

The Value type is the data structure representing the data in a single keyed value.

ValueOrUndefined

The ValueOrUndefined type is a data structure representing the data in a single value, or the value undefined.