Type alias ListTableColumnDefinitions

ListTableColumnDefinitions: Record<string, ListTableKnownColumnDefinition | ListTableUnsupportedColumnDefinition>
Overview

The column definitions for a table, used in ListTableDefinition.

The keys are the column names, and the values are the column definitions.

No shorthand

Unlike CreateTableDefinition, ListTableColumnDefinitions does not return column definitions in their shorthand notation, even if they were created with them.

See ListTableDefinition for more information.

apiSupport

The column definitions may or may not include the apiSupport field, depending on the column's type.

See ListTableDefinition for more information.