Skip to content

API Reference / @gtkx/components / adw / ComboRowProps

Type Alias: ComboRowProps<T, S>

ComboRowProps<T, S> = DropDownWidgetProps<AdwComboRowProps, T, S>

Defined in: adw/types.d.ts:10

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

Released under the MPL-2.0 License.