Column
[ Interface ]
export interface Column extends SimpleColumn{
name: string;
}Inherits from SimpleColumn.
Properties
Name | Type | Description |
|---|---|---|
name | Name of the property in the data object |
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTreeView.ColumnDefinitionList
![]() | Available since version 1.12.760 |
