FreeTextStoredValue
Defines a cell value stored in a Free Text Column
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| FreeText | any | Value to store in the cell |
| PrimaryKey | any | Primary Key Column value for the row |
Property Details
FreeText
Value to store in the cell
TypeScript
FreeText: any;Property Value
any
PrimaryKey
Primary Key Column value for the row
TypeScript
PrimaryKey: any;Property Value
any