Package version:

Table column.

Hierarchy

  • Column

Properties

dataTypeHint?: string

Column data type logical hint.

description?: string

Column description.

displayName?: string

Column display name.

isDefaultDisplay?: boolean

Is displayed by default. NOTE: This property will not be serialized. It can only be populated by the server.

isHidden?: boolean

Is column hidden. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Column name.

type?: string

Column data type.

Generated using TypeDoc