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