Function: setIcon()
ts
function setIcon(name: NVEIconName, url: string): void;Sets a custom icon URL for a given icon name.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | NVEIconName | The name of the icon to set. |
url | string | The URL string for the icon. |
Returns
void