IStateStructure

[ Schnittstelle ]

export interface ListItem {
    state: any;
    stateIcon: string;
}

Eigenschaften

Name

Typ

Beschreibung

state

any

Status des Eintrags

stateIcon

string

Icon des Eintrags

IStateStructure 1:

Verfügbar ab Version 1.12.744