Skip to content

SettingEx.addMultipleDropdown method

SettingEx › addMultipleDropdown

Adds a MultipleDropdownComponent to the setting.

Signature:

addMultipleDropdown(cb: (multipleDropdown: MultipleDropdownComponent) => void): this

Parameters:

ParameterTypeDescription
cb(multipleDropdown: MultipleDropdownComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.