setIconRef

Sets an icon reference/alias that points to another icon.

Signature

setIconRef(name: string, collection: string, icon: IconMeta): void

Parameters

  • name: string

    The alias name

  • collection: string

    The collection for the alias

  • icon: IconMeta

    The target icon metadata (name and collection)

Returns

void