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