Skip to content

SettingEx.addUrl method

SettingEx › addUrl

Adds an UrlComponent to the setting.

Signature:

addUrl(cb: (url: UrlComponent) => void): this

Parameters:

ParameterTypeDescription
cb(url: UrlComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.