API Reference / @gtkx/components / ColumnView
Variable: ColumnView
constColumnView: <T,S>(props) =>ReactNode
Defined in: column-view.d.ts:31
Renders a Gtk.ColumnView: a multi-column, scrollable list backed by a collection model. Columns are declared through the columns prop, each a ColumnDef.
Type Parameters
T
T = unknown
S
S = unknown
Parameters
props
ColumnViewProps<T, S>
Returns
ReactNode