Skip to content

SettingEx.addNumber method

SettingEx › addNumber

Adds a NumberComponent to the setting.

Signature:

addNumber(cb: (number: NumberComponent) => void): this

Parameters:

ParameterTypeDescription
cb(number: NumberComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.