TinyBase logoTinyBase

CellOrUndefined

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

Cell | undefined

This is used when describing a Cell that is present or that is not present, such as when it has been deleted, or when describing a previous state where the Cell value has since been added.