API Reference / @gtkx/components / GridViewProps
Type Alias: GridViewProps<T>
GridViewProps<
T> =Omit<GtkGridViewProps,"model"|"factory"| keyofGridViewDeclarativeProps<T>> &GridViewDeclarativeProps<T>
Defined in: grid-view.d.ts:13
Props for GridView. Combines the underlying Gtk.GridView props with declarative collection props: items, a per-cell renderItem, controlled selection, and estimated item sizing.
Type Parameters
T
T = unknown