API Reference / @gtkx/components / index / DropDownProps
Type Alias: DropDownProps<T, S, C>
DropDownProps<
T,S,C> =WidgetProps<C,DropDownOwnProps<T,S>,"model"|"factory"|"listFactory"|"headerFactory">
Defined in: types.d.ts:109
Props for DropDown. The backing widget is chosen through the component prop, defaulting to GtkDropDown, and its own props combine with the declarative collection props.
Type Parameters
T
T = unknown
S
S = unknown
C
C extends ElementType = typeof GtkDropDown