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