API Reference / @gtkx/components / ComboRowProps
Type Alias: ComboRowProps<T, S>
ComboRowProps<
T,S> =DropDownWidgetProps<AdwComboRowProps,T,S>
Defined in: types.d.ts:219
Props for ComboRow. Combines the underlying Adw.ComboRow props with the declarative collection props: flat items or grouped sections, controlled single selection, and renderers for the row display, popup rows, and popup section headers.
Type Parameters
T
T = unknown
S
S = unknown