Skip to main content

Type Alias: ListItemProps<T>

ListItemProps<T> = object

Defined in: jsx.ts:88

Props for items in a ListView or GridView.

Type Parameters

Type ParameterDefault typeDescription
TunknownThe type of data associated with this list item

Properties

id

id: string

Defined in: jsx.ts:90

Unique identifier for this item


value

value: T

Defined in: jsx.ts:92

The data value for this item