IStateStructure
[ Schnittstelle ]
export interface ListItem {
state: any;
stateIcon: string;
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
state | Status des Eintrags | |
stateIcon | Icon des Eintrags |
![]() | Verfügbar ab Version 1.12.744 |
[ Schnittstelle ]
export interface ListItem {
state: any;
stateIcon: string;
}Name | Typ | Beschreibung |
|---|---|---|
state | Status des Eintrags | |
stateIcon | Icon des Eintrags |
![]() | Verfügbar ab Version 1.12.744 |