Skip to main content

Type Alias: ListViewProps<T>

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

Defined in: jsx.ts:420

Props for the ListView component.

Type Declaration

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

Type Parameters

Type ParameterDefault typeDescription
TunknownThe type of items in the list