Skip to content

API Reference / @gtkx/components / GridViewProps

Type Alias: GridViewProps<T>

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

Released under the MPL-2.0 License.