Skip to content

SettingEx.addTelephone method

SettingEx › addTelephone

Adds a TelephoneComponent to the setting.

Signature:

addTelephone(cb: (telephone: TelephoneComponent) => void): this

Parameters:

ParameterTypeDescription
cb(telephone: TelephoneComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.