API Reference / @gtkx/components / index / DropDownProps
Type Alias: DropDownProps<T, S>
DropDownProps<
T,S> =DropDownWidgetProps<GtkDropDownProps,T,S>
Defined in: types.d.ts:184
Props for DropDown. Combines the underlying Gtk.DropDown props with the declarative collection props: flat items or grouped sections, controlled single selection, and renderers for the collapsed display, popup rows, and popup section headers.
Type Parameters
T
T = unknown
S
S = unknown