LiteralColumn
Column that displays fixed values on the screen
Signature:
export interface LiteralColumn extends ValueColumnExtends: ValueColumn
Remarks
The value specified as value is displayed on the screen.
It is applied by setting 'literal' in the type property.
Inherits ValueColumn.
Properties
| Property | Type | Description |
|---|---|---|
| type | "literal" | type of column |
| value | string | Text displayed on screen |
Properties Desc
type
type of column
Type - "literal"
value
Text displayed on screen
Type - string