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