SettingGroupEx.addSettingEx method
SettingGroupEx › addSettingEx
Adds a extended setting to the setting group.Signature:
addSettingEx(cb: (setting: SettingEx) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (setting: SettingEx) => void | The callback to add the setting. |
Returns: this — The setting group.