DataSymbol
A symbol of the type tchmi:general#/definitions/Any that contains the data to be displayed in the object browser.
This attribute overwrites an existing Data and DataSchema attribute.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiObjectBrowser.DataSymbol
Attribute getter
public getDataSchema(): TcHmi.Symbol<any[]> | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi. Symbol<any[]>, null | The current value of the attribute. |
Attribute setter
public setDataSymbol(valueNew: TcHmi.Symbol<any[]> | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Symbol<any[]>, null | 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 |
