RealGrid2 API
Interface
Literalcolumn

LiteralColumn

고정된 값을 화면에 표시하는 컬럼

Signature:

export interface LiteralColumn extends ValueColumn 

Extends: ValueColumn

Remarks

value로 지정된 값이 화면에 표시된다.

type속성에 'literal'을 설정하면 적용된다.

ValueColumn을 상속한다.

Properties

PropertyTypeDescription
type"literal"컬럼의 type
valuestring화면에 표시되는 Text

Properties Desc

type

컬럼의 type

Type - "literal"


value

화면에 표시되는 Text

Type - string