SettingEx.addEmail method
SettingEx › addEmail
Adds an EmailComponent to the setting.Signature:
addEmail(cb: (email: EmailComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (email: EmailComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.