Skip to content

SettingGroupEx.addSettingEx method

SettingGroupEx › addSettingEx

Adds a extended setting to the setting group.

Signature:

addSettingEx(cb: (setting: SettingEx) => void): this

Parameters:

ParameterTypeDescription
cb(setting: SettingEx) => voidThe callback to add the setting.

Returns: thisThe setting group.