StateList
List of assignments of images to values of the state symbol.
By engineering, a list of assignments can be created so that a certain image is displayed for a certain value of the state symbol.
Each element of the StateList consists of these components:
- Value: Value that the state symbol can assume.
- Icon: The address of the image displayed in the StateImage control. Images on other servers are also possible.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiStateImage.StateList
public getStateList(): TcHmi.Controls.Beckhoff.TcHmiStateImage.IStateStructure[];Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setStateList(valueNew: TcHmi.Controls.Beckhoff.TcHmiStateImage.IStateStructure[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiCombobox.IStateStructure[], 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 from version 1.12.744 |
