setIconRef
Sets an icon reference/alias that points to another icon.
Signature
setIconRef(name: string, collection: string, icon: IconMeta): void Defined in src/components/icon/icon.registry.ts:396
Parameters
- name:
stringThe alias name
- collection:
stringThe collection for the alias
- icon:
IconMetaThe target icon metadata (name and collection)
Returns
void