Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Column

The description of the column.

Properties

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'.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Column): object

getJsonObj

  • getJsonObj(obj: Column): object