Skip to content

API Reference / @gtkx/components / index / GridViewProps

Type Alias: GridViewProps<T>

GridViewProps<T> = Omit<GtkGridViewProps, "model" | "factory" | keyof GridViewOwnProps<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

Released under the MPL-2.0 License.