Constructor
new (require("core/icon_system_standard"))()
Methods
getTemplateName() → {string}
- Description:
Get the name of the template to pre-cache for this icon system.
- Source:
Returns:
- Type
- string
renderIcon(key, component, title, template) → {string}
- Description:
Render an icon.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
key |
string | |
component |
string | |
title |
string | |
template |
string |
Returns:
- Type
- string