Type Alias: GridViewProps<T>
GridViewProps<
T> =Omit<GtkGridViewProps,"renderItem"> &object
Defined in: jsx.ts:425
Props for the GridView component.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
estimatedItemHeight? | number | Estimated item height in pixels for proper virtualization before content loads | jsx.ts:429 |
renderItem() | (item) => ReactNode | Function to render each grid item | jsx.ts:427 |
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | unknown | The type of items in the grid |