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

any

Status

stateBackgroundColor

TcHmi.Color, null, undefined

Status background color

stateText

string, null, undefined

Status text

stateIcon

string, null, undefined

Status icon

stateTextColor

any, null, undefined

Status text color

Schema: TcHmi.Controls.Beckhoff.TcHmiMultiState.StateListItem

IStateStructure 1:

Available since version 1.14.4.1