Icon¶
Overview¶
List of configuration files¶
Filename |
Short description |
Format |
Link to documentation |
---|---|---|---|
dashboard.view#IconWidget |
Defines the IconWidget widget global settings |
json |
Features¶
Icon widget can display a simple icon.
Examples of an icon:
Settings¶
The following settings can be used to configure an icon:
Setting |
Usage |
Type |
Default value |
---|---|---|---|
icon |
Name of the icon |
string |
|
fillColor |
Color of the icon |
string |
|
backgroundColor |
Widget background color |
string |
Example of an icon configuration:
{
{
"type": "Icon",
"id": "id",
"title": "Icon",
"iconWidgetSettings": {
"backgroundColor": "#00FF00",
"fontColor": "#FFFFFF",
"icon": "notifications_active"
}