Skip to content

SettingEx.addTelephone method

SettingEx › addTelephone

Adds a TelephoneComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.