Type Alias: ListItemProps<T>
ListItemProps<
T> =object
Defined in: jsx.ts:42
Props for items in a ListView or GridView.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | unknown | The type of data associated with this list item |
Properties
id
id:
string
Defined in: jsx.ts:44
Unique identifier for this item
value
value:
T
Defined in: jsx.ts:46
The data value for this item