Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Column

Package version

Table column.

Hierarchy

  • Column

Index

Properties

Optional dataTypeHint

Column data type logical hint.

Optional description

description: undefined | string

Column description.

Optional displayName

displayName: undefined | string

Column display name.

Optional isDefaultDisplay

isDefaultDisplay: undefined | false | true

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

Optional isHidden

isHidden: undefined | false | true

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

Optional name

name: undefined | string

Column name.

Optional type

Column data type.

Generated using TypeDoc