- Description:
- Competency rule points module. 
 
- Source:
- Copyright:
- 2017 Damyon Wiese
 
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
Competency rule points module.
Classes
Methods
(inner) getTemplateName() → {String}
- Description:
- Get the name of the template to pre-cache for this icon system. 
 
- Source:
Returns:
- Type
- String
(inner) init() → {Promise}
- Description:
- Prefetch resources so later calls to renderIcon can be resolved synchronously. 
 
- Source:
Returns:
- Type
- Promise
(inner) 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