Skip to Content
APIGrid CoreColumnValueByDataType

ColumnValueByDataType type

Tip

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

View Declaration

export type ColumnValueByDataType = { boolean: boolean; number: number; string: string; stringDate: string; ujsonObject: UJSONObject; ujsonObjectArray: UJSONObjectArray; ujsonValue: UJSONValue; };

Fields

NameTypeDefault
booleanboolean
numbernumber
stringstring
stringDatestring
ujsonObjectUJSONObject
ujsonObjectArrayUJSONObjectArray
ujsonValueUJSONValue