SettingEx.addNumber method
SettingEx › addNumber
Adds a NumberComponent to the setting.Signature:
addNumber(cb: (number: NumberComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (number: NumberComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.