Type Alias: ListViewProps<T>
ListViewProps<
T> =Omit<GtkListViewProps,"renderItem"> &object
Defined in: jsx.ts:420
Props for the ListView component.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
estimatedItemHeight? | number | Estimated item height in pixels for proper virtualization before content loads | jsx.ts:424 |
renderItem() | (item) => ReactNode | Function to render each list item | jsx.ts:422 |
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | unknown | The type of items in the list |