[ type ] ListItem
Description:
Item object used in ComboBox, List, and Tree components.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
string | Item text. (Required for a new list item). |
|
string | number | Value that can be used by software logic to identify this item. |
|
string | number | Additional value to be stored in the item for later use. |
|
string | null | Absolute/relative path to icon image, base64 encoded image string, or |
|
string | Item text color as a 6-character hex string (e.g. |
|
string | Item background color as a 6-character hex string (e.g. |
|
string | Tooltip text shown when hovering the item (only in List and Tree components). |
|
Font formatted object. |
