Skip to content

API Reference / @gtkx/components / index / ListViewProps

Type Alias: ListViewProps<T, S>

ListViewProps<T, S> = Omit<GtkListViewProps, "model" | "factory" | "headerFactory" | keyof ListViewOwnProps<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

Released under the MPL-2.0 License.