LiteralColumn
고정된 값을 화면에 표시하는 컬럼
Signature:
export interface LiteralColumn extends ValueColumn Extends: ValueColumn
Remarks
value로 지정된 값이 화면에 표시된다.
type속성에 'literal'을 설정하면 적용된다.
ValueColumn을 상속한다.
Properties
| Property | Type | Description |
|---|---|---|
| type | "literal" | 컬럼의 type |
| value | string | 화면에 표시되는 Text |
Properties Desc
type
컬럼의 type
Type - "literal"
value
화면에 표시되는 Text
Type - string