Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Column

The description of the column.

Properties

Optional applicableOperators

applicableOperators: Array<ApplicableOperators>

An array of operators that can be supported by column fieldName.

Optional dataType

dataType: undefined | string

Specifies the data type of the column.

displayName

displayName: string

Name of the column displayed on UI.

displayOrder

displayOrder: number

Specifies the display order of the column. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

fieldName

fieldName: string

Specifies the corresponding field name in the data source.

isHidden

isHidden: boolean

Indicates if the column is hidden. Values can either be 'true' or 'false'.

Optional isVirtual

isVirtual: undefined | false | true

Specifies if column is virtual and can only be used as column filter.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Column): object

getJsonObj

  • getJsonObj(obj: Column): object