Skip to content
Sheetwrite

Sheetwrite / Documentation

CellLoadState@sheetwrite/core

Datasource loading state for a resolved cell.

Datasource loading state for a resolved cell.

Declaration

export type CellLoadState =
"unloaded" | "loaded-empty" | "loaded-value" | "local-edit";