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