SelectedColumn
The selected column by its symbol name.
Schema: tchmi:general#/definitions/String
Attribute getter
public getSelectedColumn(): 'Name' | 'Value' | 'Datatype' | 'ValueDisplay' | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Name', 'Value', 'Datatype', 'ValueDisplay', null | The current value of the attribute. |
Attribute setter
public setSelectedColumn(valueNew: 'Name' | 'Value' | 'Datatype' | 'ValueDisplay' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Name', 'Value', 'Datatype', 'ValueDisplay', 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 |
