Skip to content

API Reference / @gtkx/components / DropDownProps

Type Alias: DropDownProps<T, S, C>

DropDownProps<T, S, C> = WidgetProps<C, DropDownDeclarativeProps<T, S>, "model" | "factory" | "listFactory" | "headerFactory">

Defined in: drop-down.d.ts:24

Props for DropDown. The backing widget is chosen through the component prop, defaulting to GtkDropDown, and its own props combine with DropDownDeclarativeProps.

Type Parameters

T

T = unknown

S

S = unknown

C

C extends ElementType = typeof GtkDropDown

Released under the MPL-2.0 License.