Icon

Overview

List of configuration files

Filename

Short description

Format

Link to documentation

dashboard.view#IconWidget

Defines the IconWidget widget global settings

json

Link

Features

Icon widget can display a simple icon.

Examples of an icon:

../../../_images/osp-icon-exemple.png

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"
}