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

any

Status

stateBackgroundColor

TcHmi.Color, null, undefined

Statushintergrundfarbe

stateText

string, null, undefined

Statustext

stateIcon

string, null, undefined

Statusicon

stateTextColor

any, null, undefined

Statustextfarbe

Schema: TcHmi.Controls.Beckhoff.TcHmiMultiState.StateListItem

IStateStructure 1:

Verfügbar ab Version 1.14.4.1