API Reference / @gtkx/components / index / ListViewProps
Type Alias: ListViewProps<T, S>
ListViewProps<
T,S> =Omit<GtkListViewProps,"model"|"factory"|"headerFactory"| keyofListViewOwnProps<T,S>> &ListViewOwnProps<T,S>
Defined in: types.d.ts:130
Props for ListView. Combines the underlying Gtk.ListView props with declarative collection props: flat items or grouped sections, a per-row renderItem, an optional section header renderer, controlled selection and expansion, and estimated item sizing.
Type Parameters
T
T = unknown
S
S = unknown