IStateStructure
[ Schnittstelle ]
export interface IStateStructure {
state: any;
stateBackgroundColor: TcHmi.Color | null | undefined;
stateText: string | null | undefined;
stateIcon: string | null | undefined;
stateTextColor: TcHmi.Color | null | undefined;
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
state | Status | |
stateBackgroundColor | Statushintergrundfarbe | |
stateText | Statustext | |
stateIcon | Statusicon | |
stateTextColor | Statustextfarbe |
Schema: TcHmi.Controls.Beckhoff.TcHmiMultiState.StateListItem
![]() | Verfügbar ab Version 1.14.4.1 |
