TinyBase logoTinyBase

ResultCell

string | number | boolean

A ResultCell is typically accessed with the getResultCell method or addResultCellListener method. It is similar to the Cell type in the store module, but without schema-specific typing, and is a JavaScript string, number, or boolean.

Example

const resultCell: ResultCell = 'dog';