Data
Data to be displayed in the object browser (the format is defined in the "Columns" attribute).
You must also define the schema of the data in the "DataSchema" 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.758 |
