Skip to main content

Type Alias: ListViewProps<T>

ListViewProps<T> = Omit<GtkListViewProps, "renderItem"> & object

Defined in: jsx.ts:413

Props for the ListView component.

Type Declaration

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

Type Parameters

Type ParameterDefault typeDescription
TunknownThe type of items in the list