API Reference / @gtkx/components / index / GridViewProps
Type Alias: GridViewProps<T>
GridViewProps<
T> =Omit<GtkGridViewProps,"model"|"factory"| keyofGridViewOwnProps<T>> &GridViewOwnProps<T>
Defined in: types.d.ts:119
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