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