ListItem
[ Interface ]
export interface ListItem {
code: string;
text: string;
}
Properties
Name | Type | Description |
---|---|---|
code | Localization code | |
text | Display text of the entry |
Available from version 1.12.744 |
[ Interface ]
export interface ListItem {
code: string;
text: string;
}
Name | Type | Description |
---|---|---|
code | Localization code | |
text | Display text of the entry |
Available from version 1.12.744 |