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