Skip to main content

Type Alias: GridViewProps<T>

GridViewProps<T> = Omit<GtkGridViewProps, "renderItem"> & object

Defined in: jsx.ts:432

Props for the GridView component.

Type Declaration

NameTypeDescriptionDefined in
estimatedItemHeight?numberEstimated item height in pixels for proper virtualization before content loadsjsx.ts:436
renderItem()(item) => ReactNodeFunction to render each grid itemjsx.ts:434

Type Parameters

Type ParameterDefault typeDescription
TunknownThe type of items in the grid