ListItem

[ Interface ]

export interface ListItem {
    code: string;
    text: string;
}

Properties

Name

Type

Description

code

string

Localization code

text

string

Display text of the entry

ListItem 1:

Available from version 1.12.744