ListItemProps
Represents the props of the ListItem component.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Represents the data item of the list item element. | |
disabled? |
|
Indicates the disabled/enabled state of the list item element. | |
focused |
|
Indicates the focused state of the list item element. | |
group? |
|
The group that will be rendered. | |
groupMode |
|
Represents the | |
id? |
|
Specifies the id that will be added to the list item element. | |
index |
|
Represents the index of the list item element. | |
onClick |
|
The | |
render? |
|
Fires when the list item is about to be rendered. Used to override the default appearance of the list item. | |
selected |
|
Indicates the selected state of the list item element. | |
textField? |
|
Sets the data item field that represents the item text. If the data contains only primitive values, do not define it. |