Skip to content

Function: setIcon()

ts
function setIcon(name: NVEIconName, url: string): void;

Sets a custom icon URL for a given icon name.

Parameters

ParameterTypeDescription
nameNVEIconNameThe name of the icon to set.
urlstringThe URL string for the icon.

Returns

void