Data
Data array to be displayed in the tree view (the format is defined in the "Columns" attribute).
This attribute is not used if a DataSymbol is configured.
Schema: tchmi:general#/definitions/Array
Attribute getter
public getData(): any[] | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setData (valueNew: any[] | 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.760 |
