Skip to Content
APIGrid CoreBaseGridSchema

BaseGridSchema class

Tip

This API reference is automatically generated from the source code  of the @jsoc/grid-core  package.

Members

NameTypeDefault
idstring
configC
primaryColumnKeystring
originGridSchemaOrigin<C> | null
rowsGridRows
storeGridStore<C>
#rowsByIdReadonlyMap<GridRowId, UJSONObject>
getCellValue<D extends ColumnDataType>(cell: GridCellLocation) => ColumnValueByDataType[D]