Type Alias: GridViewProps<T>
GridViewProps<
T> =Omit<GtkGridViewProps,"renderItem"> &object
Defined in: jsx.ts:432
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:436 |
renderItem() | (item) => ReactNode | Function to render each grid item | jsx.ts:434 |
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | unknown | The type of items in the grid |