TinyBase logoTinyBase

Store type aliases

Tables

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

Table

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

SortedRowIdsArgs

The SortedRowIdsArgs type describes the arguments used to sort Row Ids using the getSortedRowIds method. Read more.

Row

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

Cell

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

CellOrUndefined

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

Values

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

Value

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

ValueOrUndefined

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

Content

The Content type describes both the Tables and Values in a Store. Read more.