| Name | Type | Description |
|---|---|---|
| dataType | "decimal" | "expression" | "number" | "string" | Data type. |
| defaultValue | String | Default value. |
| displayOnly | Boolean | Whether it's Display Column. |
| expression | String | expression The expression. |
| info | String | Column information. |
| name | String | Column name. |
| userAttr | {[key:string]: String} | Custom attribute |
| type | "decimal" | "expression" | "number" | "string" |
|---|---|
|
Data type.
It is applied as "String" when it is not set.
("String" or "number" or "decimal" or "eXPRESSION")
|
| type | String |
|---|---|
|
Default value.
|
| type | Boolean |
|---|---|
|
Whether it's Display Column.
(True: Display Column, False or Unpaid: Data Column)
|
| type | String |
|---|---|
|
expression The expression.
(set expression expression when dataType = "expression")
|
| type | String |
|---|---|
|
Column information.
|
| type | String |
|---|---|
|
Column name.
|
| type | {[key:string]: String} |
|---|---|
|
Custom attribute
|