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
| Name | Type | Default |
|---|---|---|
boolean | boolean | |
number | number | |
string | string | |
stringDate | string | |
ujsonObject | UJSONObject | |
ujsonObjectArray | UJSONObjectArray | |
ujsonValue | UJSONValue |