IStateStructure
[ Interface ]
export interface ListItem {
state: any;
stateIcon: string;
}
Properties
Name | Type | Description |
---|---|---|
state | Status of the entry | |
stateIcon | Icon of the entry |
Available from version 1.12.744 |
[ Interface ]
export interface ListItem {
state: any;
stateIcon: string;
}
Name | Type | Description |
---|---|---|
state | Status of the entry | |
stateIcon | Icon of the entry |
Available from version 1.12.744 |