Column interface
Table column.
Properties
data |
Column data type logical hint. |
description | Column description. |
display |
Column display name. |
is |
Is displayed by default. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Is column hidden. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Column name. |
type | Column data type. |
Property Details
dataTypeHint
Column data type logical hint.
dataTypeHint?: string
Property Value
string
description
Column description.
description?: string
Property Value
string
displayName
Column display name.
displayName?: string
Property Value
string
isDefaultDisplay
Is displayed by default. NOTE: This property will not be serialized. It can only be populated by the server.
isDefaultDisplay?: boolean
Property Value
boolean
isHidden
Is column hidden. NOTE: This property will not be serialized. It can only be populated by the server.
isHidden?: boolean
Property Value
boolean
name
Column name.
name?: string
Property Value
string
type
Column data type.
type?: string
Property Value
string