This is the collection of store type aliases within the store
module. There are 5 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
.