Columns
Description of the columns and the data format
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiObjectBrowser.ColumnDefinitionList
Attribute getter
public getColumns(): TcHmi.Controls.Beckhoff.TcHmiObjectBrowser.Column[] | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmiObjectBrowser.Column[], undefined | The current value of the attribute. |
Attribute setter
public setColumns (valueNew: TcHmi.Controls.Beckhoff.TcHmiTreeView.Column[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.12.758 |
