IStateStructure

[ Interface ]

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

Properties

Name

Type

Description

state

any

Status of the entry

stateIcon

string

Icon of the entry

IStateStructure 1:

Available from version 1.12.744