FreeTextStoredValue
Defines a cell value stored in a Free Text Column
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| FreeText | Value to store in the cell |
| PrimaryKey | 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