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