Skip to content

SettingEx.addMultipleDropdown method

SettingEx › addMultipleDropdown

Adds a MultipleDropdownComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.