SettingEx.addTypedDropdown method
SettingEx › addTypedDropdown
Adds a TypedDropdownComponent to the setting.Signature:
addTypedDropdown(cb: (typedDropdown: TypedDropdownComponent<T>) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (typedDropdown: TypedDropdownComponent<T>) => void | The callback to call with the component. |
Returns: this — The setting instance.