IStateStructure
[ Interface ]
export interface IStateStructure {
state: any;
stateBackgroundColor: TcHmi.Color | null | undefined;
stateText: string | null | undefined;
stateIcon: string | null | undefined;
stateTextColor: TcHmi.Color | null | undefined;
}Properties
Name | Type | Description |
|---|---|---|
state | Status | |
stateBackgroundColor | Status background color | |
stateText | Status text | |
stateIcon | Status icon | |
stateTextColor | Status text color |
Schema: TcHmi.Controls.Beckhoff.TcHmiMultiState.StateListItem
![]() | Available since version 1.14.4.1 |
