cpr.data.ColumnConfigInfo

Index

Properties
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

Properties

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