Skip to content

SettingEx.addTypedDropdown method

SettingEx › addTypedDropdown

Adds a TypedDropdownComponent to the setting.

Signature:

addTypedDropdown(cb: (typedDropdown: TypedDropdownComponent<T>) => void): this

Parameters:

ParameterTypeDescription
cb(typedDropdown: TypedDropdownComponent<T>) => voidThe callback to call with the component.

Returns: thisThe setting instance.