UIIconResource.setIcons()
Sets icons in the global icon registry.
static setIcons(
values: Record<string, UIIconResource | string | undefined>,
): void;
Notes
- Call
app.remount()after setting icons to update all views.
Parameters
- values — An object mapping icon names to UIIconResource instances or content strings.
Related
class UIIconResource
A class that represents icon source content.
