Widgets¶
AlarmTable¶
AlarmTableWidget¶
AlarmTable |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AlarmTable |
||
default |
AlarmTable |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Alarm widget settings |
||
dashboard.view.json-schema#/definitions/AlarmTableWidgetSettings |
|||
additionalProperties |
False |
AlarmTableWidgetSettings¶
type |
object |
||
properties |
|||
|
Which alarm filter to use by default (i.e. root.alarms.filters.all) |
||
type |
string |
||
|
Which alarm view to use by default (i.e. root.alarms.views.default). |
||
type |
string |
||
|
Alarm table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
List of filters to exclude from alarm table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
Alarm table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of views to exclude from alarm table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
Define column resize mode: nextColumn, widget (default). |
||
type |
string |
||
enum |
nextColumn, widget |
||
default |
widget |
||
|
Whether to allow user to update filter or not (will show/hide the combo box) |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update view or not (will show/hide the combo box) |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show menu toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether to update automatically update table when loaded. |
||
type |
boolean |
||
default |
True |
||
|
Whether to allow user to manually refresh table or not. |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to toggle table auto refresh table or not. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show journal show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show archive option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show summary show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show search option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column chooser in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show clear filter in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Override icon to export table content (default save). |
||
type |
string |
||
additionalProperties |
False |
Alarm history table¶
AlarmHistoryTableWidget¶
AlarmHistoryTable |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AlarmHistoryTable |
||
default |
AlarmHistoryTable |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Alarm history widget settings |
||
dashboard.view.json-schema#/definitions/AlarmHistoryTableWidgetSettings |
|||
additionalProperties |
False |
AlarmHistoryTableWidgetSettings¶
type |
object |
||
properties |
|||
|
Which alarm filter to use by default (i.e. root.alarms.filters.all). |
||
type |
string |
||
|
Which alarm view to use by default (i.e. root.alarms.views.default). |
||
type |
string |
||
|
Alarm table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
List of filters to exclude from alarm table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
Alarm table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of views to exclude from alarm table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
Alarm history table page size (must be present in page sizes). |
||
type |
integer |
||
minimum |
0 |
||
default |
50 |
||
|
Alarm history table page sizes. |
||
type |
array |
||
default |
50 |
||
100 |
|||
200 |
|||
items |
type |
integer |
|
|
Define column resize mode: nextColumn, widget (default). |
||
type |
string |
||
enum |
nextColumn, widget |
||
default |
widget |
||
|
Whether to allow user to manually refresh table or not. |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update filter or not (will show/hide the combo box). |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update view or not (will show/hide the combo box) |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show menu toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show journal show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show export option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show archive option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show summary show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show search option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column chooser in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show clear filter in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Override icon to export table content (default save). |
||
type |
string |
||
additionalProperties |
False |
Alarm severity¶
AlarmSeverityWidget¶
AlarmSeverity |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AlarmSeverity |
||
default |
AlarmSeverity |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Alarm severity widget settings |
||
dashboard.view.json-schema#/definitions/AlarmSeverityWidgetSettings |
|||
additionalProperties |
False |
AlarmSeverityWidgetSettings¶
type |
object |
||
properties |
|||
|
Value mapped to type ALARM_COUNT content. |
||
type |
string |
||
|
Value mapped to type MAX_SEVERITY content. |
||
type |
string |
||
|
Operation executed upon alarm widget click. |
||
type |
string |
||
|
Minimum label font size |
||
type |
integer |
||
|
Maximum label font size |
||
type |
integer |
||
|
Minimum count font size |
||
type |
integer |
||
|
Maximum count font size |
||
type |
integer |
||
|
Alarm severity widget label. |
||
oneOf |
type |
string |
|
type |
boolean |
||
|
Whether to put the label at the top or the bottom of the widget. |
||
type |
string |
||
enum |
TOP, BOTTOM |
||
default |
TOP |
||
|
How much of the widget height percentage the label should take. |
||
type |
integer |
||
maximum |
100 |
||
minimum |
0 |
||
default |
20 |
||
additionalProperties |
False |
Analytics aggregate¶
AnalyticsAggregateWidget¶
AnalyticsAggregateWidget |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AnalyticsAggregate |
||
default |
AnalyticsAggregate |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Range widget settings |
||
dashboard.view.json-schema#/definitions/AnalyticsAggregateWidgetSettings |
|||
additionalProperties |
False |
AnalyticsAggregateWidgetSettings¶
type |
object |
properties |
|
|
Range to define window of data |
|
Selector to define aggregate function |
additionalProperties |
False |
Basic input output value¶
BasicInputOutputValueWidget¶
BasicInputOutputValue |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
BasicInputOutputValue |
||
default |
BasicInputOutputValue |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Basic I/O value settings |
||
dashboard.view.json-schema#/definitions/BasicInputOutputValueWidgetSettings |
|||
additionalProperties |
False |
BasicInputOutputValueWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Widget label shown at the top of the widget. |
|||||
type |
string |
|||||
|
Whether to show label at the top of the widget or not. |
|||||
type |
boolean |
|||||
default |
True |
|||||
|
Widget tooltip when hovering the widget. |
|||||
type |
string |
|||||
|
Whether to show tooltip when hovering the widget or not. |
|||||
type |
boolean |
|||||
default |
True |
|||||
|
Icon shown in the middle of the widget (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Whether to show icon in the middle of the widget or not. |
|||||
type |
boolean |
|||||
default |
True |
|||||
|
Whether to show value at the bottom of the widget or not. |
|||||
type |
boolean |
|||||
default |
True |
|||||
|
Widget onClick listener evaluating expression. |
|||||
type |
string |
|||||
|
Foreground color of the widget. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color of the widget. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
sprintf expression evaluated with text type content. |
|||||
type |
string |
|||||
|
Default value used for numeric and boolean value which content is unknown. |
|||||
|
Maximum value for numeric value (both display and action). |
|||||
|
Minimum value for numeric value (both display and action). |
|||||
|
Activated content matching for text type. |
|||||
|
Deactivated content matching for text type. |
|||||
|
Activated displayed value when matching activated content for text type. |
|||||
type |
string |
|||||
|
Deactivated displayed value when matching deactivated content for text type. |
|||||
type |
string |
|||||
|
Displayed text when value is unknown. |
|||||
type |
string |
|||||
|
Displayed icon when value is unknown (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Icon when value is “on” for text type, true boolean and “max” for numeric type (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Icon when value is “off” for text type, false boolean and “min” for numeric type (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Icon when hovering numeric type widget to increase by step value (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Icon when hovering numeric type widget to decrease by step value (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Foreground color of the widget when value is unknown. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Foreground color of the widget when value is “on” for text type, true boolean and “min” for numeric type. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Foreground color of the widget when value is “off” for text type, false boolean and “min” for numeric type. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color of the widget when value is unknown. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color of the widget when value is “on” for text type, true boolean and “min” for numeric type. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color of the widget when value is “off” for text type, false boolean and “min” for numeric type. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Increase/decrease step value for numeric type. |
|||||
type |
integer |
|||||
|
Label for text type value. |
|||||
type |
string |
|||||
|
Icon when hovering text type widget to apply text content (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Foreground color when hovering text type widget to update value. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color when hovering text type widget to update value. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Icon when hovering text type widget to cancel text content update (https://material-ui.com/components/material-icons/) with naming in snake_case. |
|||||
type |
string |
|||||
|
Value to set using text type widget upon user pressing cancel button. When no value is given, it will use the current value. |
|||||
type |
string |
|||||
|
Foreground color when hovering text type widget to update value. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Background color when hovering text type widget to update value. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
Border layout¶
BorderLayoutWidget¶
BorderLayout |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
BorderLayout |
||
default |
BorderLayout |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Border Layout value settings |
||
dashboard.view.json-schema#/definitions/BorderLayoutWidgetSettings |
|||
additionalProperties |
False |
BorderLayoutWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
North component of the layout. |
|||||
oneOf |
||||||
AnalyticsAggregateWidget |
||||||
ChartWidget |
||||||
FormWidget |
||||||
RangeWidget |
||||||
ValueSubscriptionWidget |
||||||
|
South component of the layout. |
|||||
oneOf |
||||||
AnalyticsAggregateWidget |
||||||
ChartWidget |
||||||
FormWidget |
||||||
RangeWidget |
||||||
ValueSubscriptionWidget |
||||||
|
Center component of the layout. |
|||||
oneOf |
||||||
AnalyticsAggregateWidget |
||||||
ChartWidget |
||||||
FormWidget |
||||||
RangeWidget |
||||||
ValueSubscriptionWidget |
||||||
|
East component of the layout. |
|||||
oneOf |
||||||
AnalyticsAggregateWidget |
||||||
ChartWidget |
||||||
FormWidget |
||||||
RangeWidget |
||||||
ValueSubscriptionWidget |
||||||
|
West component of the layout. |
|||||
oneOf |
||||||
AnalyticsAggregateWidget |
||||||
ChartWidget |
||||||
FormWidget |
||||||
RangeWidget |
||||||
ValueSubscriptionWidget |
||||||
|
Define the width and height of the different components. |
|||||
|
Widget background color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
Box layout¶
BoxLayoutWidget¶
BoxLayout |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
BoxLayout |
||
default |
BoxLayout |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Box layout settings |
||
dashboard.view.json-schema#/definitions/BoxLayoutWidgetSettings |
|||
additionalProperties |
False |
BoxLayoutWidgetSettings¶
type |
object |
|
properties |
||
|
List of components to display in this box |
|
type |
array |
|
items |
||
|
Orientation of the box |
|
type |
string |
|
enum |
Horizontal, Vertical |
|
default |
Vertical |
|
additionalProperties |
False |
Chart¶
ChartWidget¶
ChartWidget |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Chart |
||
default |
Chart |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Chart widget settings |
||
additionalProperties |
False |
ChartWidgetSettings¶
type |
object |
|
properties |
||
|
Query. |
|
type |
string |
|
|
Type of chart. |
|
type |
string |
|
enum |
Line, Area, Bar |
|
default |
Line |
|
|
Title of the chart. |
|
type |
string |
|
|
Disposition of the chart data. Lines stacked on top of each other (default) or lines separated into multiple y axis. |
|
type |
string |
|
enum |
Stacked, Separated |
|
default |
Stacked |
|
|
Title of the Y axis of the chart. |
|
type |
string |
|
|
Range of the x axis. |
|
|
Range of the y axis. |
|
|
Array of colors uses for chart lines. |
|
type |
array |
|
default |
||
items |
||
|
Array of references that can be drawn on the chart. |
|
type |
array |
|
default |
||
items |
||
|
Display the data as lines. Can be used with showDots as true to show both lines and dots. |
|
type |
boolean |
|
default |
True |
|
|
Display the data as dots. Can be used with showLines as true to show both lines and dots. |
|
type |
boolean |
|
default |
True |
|
|
Display legends for each entry. |
|
type |
boolean |
|
default |
True |
|
|
Display range slider below chart. |
|
type |
boolean |
|
default |
True |
|
|
Interpolation function for graphs. |
|
type |
string |
|
enum |
linear, spline, hv, vh, hvh, vhv |
|
default |
linear |
|
|
Line width. |
|
type |
integer |
|
default |
3 |
|
|
Allow to edit the chart or not. |
|
type |
boolean |
|
default |
False |
|
|
Toolbar settings. |
|
additionalProperties |
False |
Collection table¶
CollectionTable¶
CollectionTable |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
CollectionTable |
||
default |
CollectionTable |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Collection table widget settings |
||
dashboard.view.json-schema#/definitions/CollectionTableSettings |
|||
additionalProperties |
False |
CollectionTableSettings¶
type |
object |
||
properties |
|||
|
Which schema to use by default (i.e. root.collections.location). |
||
type |
string |
||
|
Which schema view to use by default (i.e. view-id). |
||
type |
string |
||
|
Which schema filter to use by default (i.e. filter-id). |
||
type |
string |
||
|
Schema table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
List of schemas to exclude from table toolbar filters. |
||
type |
array |
||
items |
type |
string |
|
|
List of views to include from table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of views to exclude from table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of filters to include from table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of filters to exclude from table toolbar views. |
||
type |
array |
||
items |
type |
string |
|
|
List of forms to include in form toolbar view. |
||
type |
array |
||
items |
type |
string |
|
|
List of forms to exclude in form toolbar view. |
||
type |
array |
||
items |
type |
string |
|
|
List of display types to disable for table toolbar. |
||
type |
array |
||
default |
|||
items |
type |
string |
|
enum |
table, form |
||
|
Default display type to apply upon collection table being loaded. |
||
type |
string |
||
enum |
table, form |
||
default |
table |
||
|
Default form to apply upon form table being loaded. |
||
type |
string |
||
|
Disable form picker in form view. |
||
type |
boolean |
||
default |
False |
||
|
Disable form creation for collection table. |
||
type |
boolean |
||
default |
False |
||
|
Disable form edition for collection table. |
||
type |
boolean |
||
default |
False |
||
|
Disable form history for collection table. |
||
type |
boolean |
||
default |
False |
||
|
Collection table page size (must be present in page sizes). |
||
type |
integer |
||
minimum |
0 |
||
default |
50 |
||
|
Collection table page sizes. |
||
type |
array |
||
default |
50 |
||
100 |
|||
200 |
|||
items |
type |
integer |
|
|
Define column resize mode: nextColumn, widget (default). |
||
type |
string |
||
enum |
nextColumn, widget |
||
default |
widget |
||
|
Whether to allow user to manually refresh table or not. |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update filter or not (will show/hide the combo box). |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update view or not (will show/hide the combo box). |
||
type |
boolean |
||
default |
False |
||
|
Whether to allow user to update filter or not (will show/hide the combo box). |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show menu toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show side panel option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show export option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show archive option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show summary show/hide option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show search option in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show column chooser in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Whether or not to show clear filter in toolbar. |
||
type |
boolean |
||
default |
False |
||
|
Override icon to export table content (default save). |
||
type |
string |
||
|
Override icon to show table view (default table_rows). |
||
type |
string |
||
|
Override icon to show form view (default feed). |
||
type |
string |
||
|
Override icon to create collection entry (default post_add). |
||
type |
string |
||
|
Override icon to cancel collection entry creation (default clear). |
||
type |
string |
||
|
Override icon to edit collection entry (default edit). |
||
type |
string |
||
|
Override icon to refresh collection table (default refresh). |
||
type |
string |
||
|
Override icon to show side panel (default import_contacts). |
||
type |
string |
||
|
What display to set upon entry cancel (defaults: table). |
||
type |
string |
||
enum |
table, form |
||
|
What modality to set upon entry cancel (defaults: view). |
||
type |
string |
||
enum |
create, update, view, history |
||
|
What display to set upon entry close (defaults: table). |
||
type |
string |
||
enum |
table, form |
||
|
What modality to set upon entry close (defaults: view). |
||
type |
string |
||
enum |
create, update, view, history |
||
|
Form submit widget settings |
||
additionalProperties |
False |
Form¶
FormWidget¶
FormWidget |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Form |
||
default |
Form |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Form widget settings |
||
additionalProperties |
False |
FormWidgetSettings¶
type |
object |
||
properties |
|||
|
Form reference |
||
type |
string |
||
|
Form widget options |
||
default |
useDefault |
True |
|
|
Toolbar settings. |
||
additionalProperties |
False |
Gauge¶
GaugeWidget¶
Gauge |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Gauge |
||
default |
Gauge |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Gauge widget settings |
||
oneOf |
|||
additionalProperties |
False |
Tachometer¶
Tachometer |
||||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
enum |
Tachometer |
|||||
default |
Tachometer |
|||||
|
Value to display using the gauge. |
|||||
type |
string |
|||||
|
Minimum value displayed by the gauge. |
|||||
type |
integer |
|||||
default |
0 |
|||||
|
Maximum value displayed by the gauge. |
|||||
type |
integer |
|||||
default |
100 |
|||||
|
Sprintf.js text formatting. |
|||||
type |
string |
|||||
default |
%d%% |
|||||
|
Gauge label display either at top or bottom of the widget. |
|||||
oneOf |
type |
string |
||||
type |
boolean |
|||||
|
Gauge label position. |
|||||
type |
string |
|||||
enum |
TOP, BOTTOM |
|||||
default |
TOP |
|||||
|
Gauge label text height percentage. |
|||||
type |
integer |
|||||
maximum |
100 |
|||||
minimum |
0 |
|||||
default |
15 |
|||||
|
Widget background color. |
|||||
default |
#424242 |
|||||
|
Colors that compose the gauge. Define two colors to create an automatic gradient or define one color for each bloc of the gauge. |
|||||
type |
array |
|||||
default |
#00FF00 |
|||||
#FF0000 |
||||||
items |
||||||
|
Size of each bloc of the gauge used to determined how many blocs (divising max-min by interval). Division must return a positive natural number. |
|||||
type |
integer |
|||||
default |
5 |
|||||
|
Color of the needle gauge. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Color of the needle base gauge. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Enable (true) or Disable (false) the animation for the needle |
|||||
type |
boolean |
|||||
default |
False |
|||||
additionalProperties |
False |
Rounded¶
Rounded |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Rounded |
||
default |
Rounded |
||
|
Value to display using the gauge. |
||
type |
string |
||
|
Minimum value displayed by the gauge. |
||
type |
integer |
||
default |
0 |
||
|
Maximum value displayed by the gauge. |
||
type |
integer |
||
default |
100 |
||
|
Sprintf.js text formatting. |
||
type |
string |
||
default |
%d%% |
||
|
Gauge label display either at top or bottom of the widget. |
||
oneOf |
type |
string |
|
type |
boolean |
||
|
Gauge label position. |
||
type |
string |
||
enum |
TOP, BOTTOM |
||
default |
TOP |
||
|
Gauge label text height percentage. |
||
type |
integer |
||
maximum |
100 |
||
minimum |
0 |
||
default |
15 |
||
|
Widget background color. |
||
default |
#424242 |
||
|
Text foreground color. |
||
default |
#3e98c7 |
||
|
Gauge arc fill background color. |
||
default |
#3e98c7 |
||
|
Gauge arc empty background color. |
||
default |
#d6d6d6 |
||
|
Icon foreground color. |
||
default |
#3e98c7 |
||
|
Stroke linecap (arc start/end shape). |
||
type |
string |
||
enum |
butt, round |
||
default |
butt |
||
|
Starting point for the gauge (0 == top, 0.25 == left, 0.5 == bottom, 0.75 == right). |
||
type |
number |
||
maximum |
1 |
||
minimum |
0 |
||
default |
0.5 |
||
|
Material UI icon to use for the gauge. |
||
type |
string |
||
|
Whether to display gauge clockwise or counter clockwise. |
||
type |
boolean |
||
default |
False |
||
|
Defines the width of the gauge widget. |
||
type |
integer |
||
default |
8 |
||
|
Defines the padding around the widget. |
||
type |
integer |
||
default |
5 |
||
additionalProperties |
False |
Icon¶
IconWidget¶
Icon |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Icon |
||
default |
Icon |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Icon widget value settings |
||
additionalProperties |
False |
IconWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Icon name. |
|||||
type |
string |
|||||
|
Icon font color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Widget background color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
Limit¶
LimitWidget¶
Limit |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Limit |
||
default |
Limit |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Limit widget settings |
||
additionalProperties |
False |
LimitWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Background color |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Default limit value. |
|||||
type |
integer |
|||||
minimum |
0 |
|||||
default |
100 |
|||||
|
Default limit from value. Get x first values or x last values |
|||||
type |
string |
|||||
enum |
First, Last |
|||||
default |
Last |
|||||
|
Disable limit from selector |
|||||
type |
boolean |
|||||
default |
False |
|||||
additionalProperties |
False |
Journal¶
JournalWidget¶
Journal |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Journal |
||
default |
Journal |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Journal widget settings |
||
oneOf |
|||
additionalProperties |
False |
JournalTimelineSettings¶
Timeline |
||
type |
object |
|
properties |
||
|
type |
string |
enum |
Timeline |
|
default |
Timeline |
|
|
type |
string |
additionalProperties |
False |
JournalTimelineSettings¶
Table |
||
type |
object |
|
properties |
||
|
type |
string |
enum |
Table |
|
default |
Table |
|
|
type |
string |
|
Whether or not to show toolbar. |
|
type |
boolean |
|
default |
False |
|
|
Whether or not to show menu toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show side panel option in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show export option in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show column show/hide option in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show archive option in toolbar. |
|
type |
boolean |
|
default |
False |
|
|
Whether or not to show summary show/hide option in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show search option in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show column chooser in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Whether or not to show clear filter in toolbar. |
|
type |
boolean |
|
default |
True |
|
|
Define column resize mode: nextColumn, widget (default). |
|
type |
string |
|
enum |
nextColumn, widget |
|
default |
widget |
|
additionalProperties |
False |
Maps¶
MapsWidget¶
Maps |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Maps |
||
default |
Maps |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Maps widget settings |
||
additionalProperties |
False |
MapsWidgetSettings¶
type |
object |
||
properties |
|||
|
The different layers used in this widget. |
||
type |
array |
||
items |
|||
|
Styling for the MapBox maps (for example ‘mapbox://styles/mapbox/dark-v11’ to display the mapbox dark theme). |
||
|
Starting position at the start of the map (for example [7.451123, 46.947456] to center on Bern). |
||
type |
array |
||
items |
type |
number |
|
|
Zoom level at which the map starts (when it will be loaded), zoom levels goes from 0-25. |
||
type |
integer |
||
maximum |
25 |
||
minimum |
0 |
||
|
The maximum zoom level, in Mapbox zoom levels goes from 0-25. 25 means you are really zoomed in. |
||
type |
integer |
||
maximum |
25 |
||
minimum |
0 |
||
default |
25 |
||
|
The minimum zoom level, zoom levels goes from 0-25. 0 means you are really zoomed out. |
||
type |
integer |
||
maximum |
25 |
||
minimum |
0 |
||
default |
0 |
||
additionalProperties |
False |
Markdown¶
MarkdownWidget¶
Markdown |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Markdown |
||
default |
Markdown |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Markdown widget value settings |
||
dashboard.view.json-schema#/definitions/MarkdownWidgetSettings |
|||
additionalProperties |
False |
MarkdownWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Markdown text to interpret. |
|||||
type |
string |
|||||
|
Text font color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Widget background color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Define how to align items. |
|||||
type |
string |
|||||
enum |
CENTER, LEFT, RIGHT |
|||||
|
Define how to align text. |
|||||
type |
string |
|||||
enum |
center, justify, start, end |
|||||
additionalProperties |
False |
PDF viewer¶
PdfViewerWidget¶
PdfViewer |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
PdfViewer |
||
default |
PdfViewer |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Pdf viewer widget settings |
||
dashboard.view.json-schema#/definitions/PdfViewerWidgetSettings |
|||
additionalProperties |
False |
PdfViewerWidgetSettings¶
type |
object |
|
properties |
||
|
Pdf content |
|
type |
string |
|
|
Display all pdf pages or one by one |
|
type |
string |
|
enum |
all, one |
|
default |
one |
|
|
Initial zoom value of the pdf, between 0 and 1 |
|
type |
number |
|
maximum |
1 |
|
minimum |
0 |
|
default |
1.0 |
|
additionalProperties |
False |
Range¶
RangeWidget¶
RangeWidget |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Range |
||
default |
Range |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Range widget settings |
||
additionalProperties |
False |
RangeWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Range type |
|||||
type |
string |
|||||
enum |
Custom, AggregatePeriod |
|||||
default |
Custom |
|||||
|
Background color |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Default range value. Must be in ranges. |
|||||
default |
text |
5 min. |
||||
duration |
value |
5 |
||||
unit |
MINUTES |
|||||
|
Ranges list for selector. |
|||||
type |
array |
|||||
default |
text |
5 min. |
||||
duration |
value |
5 |
||||
unit |
MINUTES |
|||||
text |
30 min. |
|||||
duration |
value |
30 |
||||
unit |
MINUTES |
|||||
text |
1 hour |
|||||
duration |
value |
1 |
||||
unit |
HOURS |
|||||
text |
4 hours |
|||||
duration |
value |
4 |
||||
unit |
HOURS |
|||||
text |
1 day |
|||||
duration |
value |
1 |
||||
unit |
DAYS |
|||||
items |
||||||
additionalProperties |
False |
Refresh¶
RefreshWidget¶
Refresh |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Refresh |
||
default |
Refresh |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Refresh widget settings |
||
dashboard.view.json-schema#/definitions/RefreshWidgetSettings |
|||
additionalProperties |
False |
RefreshWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Background color |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Whether to allow user to manually refresh or not. |
|||||
type |
boolean |
|||||
default |
False |
|||||
|
Whether to allow user to toggle auto refresh or not. |
|||||
type |
boolean |
|||||
default |
False |
|||||
|
Default state of auto refresh. |
|||||
type |
boolean |
|||||
default |
False |
|||||
|
Whether to allow user to change the auto refresh rate or not. |
|||||
type |
boolean |
|||||
default |
False |
|||||
|
Default rate value as seconds for auto refresh. |
|||||
type |
integer |
|||||
default |
1 |
|||||
additionalProperties |
False |
Reports list¶
ReportsListWidget¶
ReportsList |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
ReportsList |
||
default |
ReportsList |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
ReportsList widget settings |
||
dashboard.view.json-schema#/definitions/ReportsListWidgetSettings |
|||
additionalProperties |
False |
ReportsListWidgetSettings¶
type |
object |
properties |
|
|
Filter Report template selector settings |
additionalProperties |
False |
Reports viewer¶
ReportsViewerWidget¶
ReportsViewer |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
ReportsViewer |
||
default |
ReportsViewer |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Report viewer widget settings |
||
dashboard.view.json-schema#/definitions/ReportsViewerWidgetSettings |
|||
additionalProperties |
False |
ReportsViewerWidgetSettings¶
type |
object |
properties |
|
|
Define the layout for the list and pdfViewer components |
|
Report list settings. |
|
PDF viewer settings. |
additionalProperties |
False |
Schematic¶
SchematicWidget¶
Schematic |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Schematic |
||
default |
Schematic |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Schematic widget settings |
||
dashboard.view.json-schema#/definitions/SchematicWidgetSettings |
|||
additionalProperties |
False |
SchematicWidgetSettings¶
type |
object |
||||
properties |
|||||
|
Schema resource path loaded by schematic widget. |
||||
oneOf |
type |
string |
|||
type |
object |
||||
properties |
|||||
|
oneOf |
type |
string |
||
|
oneOf |
type |
string |
||
additionalProperties |
False |
||||
|
Stylesheet resource path loaded by schematic widget. |
||||
oneOf |
type |
string |
|||
type |
object |
||||
properties |
|||||
|
oneOf |
type |
string |
||
|
oneOf |
type |
string |
||
additionalProperties |
False |
||||
|
Which diagram is shown by default (page). |
||||
type |
string |
||||
|
Which zoom method to use. cursor (default): zoom on cursor position, center: zoom always on the center of the view. |
||||
type |
string |
||||
enum |
cursor, center |
||||
default |
cursor |
||||
|
Whether to disable toolbar or not. |
||||
type |
boolean |
||||
default |
False |
||||
|
Whether to disable paper background or not. |
||||
type |
boolean |
||||
default |
False |
||||
|
Whether fit schematic upon load or not. |
||||
type |
boolean |
||||
default |
False |
||||
|
Whether to disable scroll in schematic or not. |
||||
type |
boolean |
||||
default |
False |
||||
|
Whether to disable schematic panning or not. |
||||
type |
boolean |
||||
default |
False |
||||
|
Variables to send to schematic. |
||||
additionalProperties |
False |
Select¶
SelectWidget¶
Select |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Select |
||
default |
Select |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Select widget settings |
||
oneOf |
CustomSelect |
||
FormSelect |
|||
AnalyticsAggregateSelect |
|||
additionalProperties |
False |
CustomSelect¶
CustomSelect |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Custom |
||
default |
Custom |
||
|
Select default option. |
||
type |
array |
||
items |
type |
string |
|
|
Select available options. |
||
type |
array |
||
items |
type |
string |
|
|
Select icon. |
||
type |
string |
||
|
Allow multiple selections. |
||
type |
boolean |
||
default |
True |
||
|
Number max of tags displayed. |
||
type |
integer |
||
default |
2 |
||
additionalProperties |
False |
AnalyticsMeasureSelect¶
AnalyticsMeasure |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AnalyticsMeasure |
||
default |
AnalyticsMeasure |
||
|
Select default option. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to include from base options. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to exclude from base options. |
||
type |
array |
||
items |
type |
string |
|
|
Select icon. |
||
type |
string |
||
default |
device_hub |
||
|
Allow multiple selections. |
||
type |
boolean |
||
default |
True |
||
|
Number max of tags displayed. |
||
type |
integer |
||
default |
2 |
||
additionalProperties |
False |
AnalyticsFieldSelect¶
AnalyticsField |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
AnalyticsField |
||
default |
AnalyticsField |
||
|
Select default option. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to include from base options. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to exclude from base options. |
||
type |
array |
||
items |
type |
string |
|
|
Select icon. |
||
type |
string |
||
default |
timeline |
||
|
Allow multiple selections. |
||
type |
boolean |
||
default |
True |
||
|
Number max of tags displayed. |
||
type |
integer |
||
default |
2 |
||
additionalProperties |
False |
FormSelect¶
FormSelect |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Form |
||
default |
Form |
||
|
Select default option. |
||
type |
string |
||
|
List of options to include from base options. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to exclude from base options. |
||
type |
array |
||
items |
type |
string |
|
|
Select icon. |
||
type |
string |
||
default |
code |
||
additionalProperties |
False |
ReportTemplateSelect¶
ReportsTemplate |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
ReportsTemplate |
||
default |
ReportsTemplate |
||
|
Select default option. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to include from base options. |
||
type |
array |
||
items |
type |
string |
|
|
List of options to exclude from base options. |
||
type |
array |
||
items |
type |
string |
|
|
Select icon. |
||
type |
string |
||
default |
picture_as_pdf |
||
|
Allow multiple selections. |
||
type |
boolean |
||
default |
True |
||
|
Number max of tags displayed. |
||
type |
integer |
||
default |
2 |
||
additionalProperties |
False |
AnalyticsAggregateSelect¶
AnalyticsAggregateSelect |
||
type |
object |
|
properties |
||
|
type |
string |
enum |
AnalyticsAggregate |
|
default |
AnalyticsAggregate |
|
|
Select default option. |
|
type |
string |
|
enum |
count, integral, last, mean, median, min, max |
|
default |
mean |
|
|
Select icon. |
|
type |
string |
|
default |
functions |
|
additionalProperties |
False |
Text¶
TextWidget¶
Text |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Text |
||
default |
Text |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Text widget settings |
||
additionalProperties |
False |
TextWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Text. |
|||||
type |
string |
|||||
|
Text font color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Widget background color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
Toolbar¶
ToolbarWidget¶
Toolbar |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Toolbar |
||
default |
Toolbar |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Chart widget settings |
||
oneOf |
CustomToolbar |
||
ChartToolbar |
|||
FormToolbar |
|||
additionalProperties |
False |
CustomToolbar¶
CustomToolbar |
||
type |
object |
|
properties |
||
|
type |
string |
enum |
Custom |
|
default |
Custom |
|
|
Toolbar position. |
|
type |
string |
|
enum |
Top, Bottom |
|
default |
Top |
|
|
Define the width of the different components. |
|
|
Left component of the layout. |
|
oneOf |
||
AnalyticsAggregateWidget |
||
ChartWidget |
||
FormWidget |
||
RangeWidget |
||
ValueSubscriptionWidget |
||
|
Center component of the layout. |
|
oneOf |
||
AnalyticsAggregateWidget |
||
ChartWidget |
||
FormWidget |
||
RangeWidget |
||
ValueSubscriptionWidget |
||
|
Right component of the layout. |
|
oneOf |
||
AnalyticsAggregateWidget |
||
ChartWidget |
||
FormWidget |
||
RangeWidget |
||
ValueSubscriptionWidget |
||
additionalProperties |
False |
ChartToolbar¶
ChartToolbar |
|||||
type |
object |
||||
properties |
|||||
|
type |
string |
|||
enum |
Chart |
||||
default |
Chart |
||||
|
Toolbar position. |
||||
type |
string |
||||
enum |
Top, Bottom |
||||
default |
Top |
||||
|
Display Refresh widget. |
||||
type |
boolean |
||||
default |
True |
||||
|
Refresh widget settings. |
||||
default |
disableSingleRefresh |
False |
|||
disableAutoRefresh |
False |
||||
defaultAutoRefresh |
False |
||||
disableAutoRefreshRate |
False |
||||
defaultAutoRefreshRate |
1 |
||||
dashboard.view.json-schema#/definitions/RefreshWidgetSettings |
|||||
|
Display Range widget. |
||||
type |
boolean |
||||
default |
True |
||||
|
Range widget settings. |
||||
default |
type |
Custom |
|||
defaultRange |
text |
5 min. |
|||
duration |
value |
5 |
|||
unit |
MINUTES |
||||
ranges |
text |
5 min. |
|||
duration |
value |
5 |
|||
unit |
MINUTES |
||||
text |
30 min. |
||||
duration |
value |
30 |
|||
unit |
MINUTES |
||||
text |
1 hour |
||||
duration |
value |
1 |
|||
unit |
HOURS |
||||
text |
4 hours |
||||
duration |
value |
4 |
|||
unit |
HOURS |
||||
text |
1 day |
||||
duration |
value |
1 |
|||
unit |
DAYS |
||||
|
Display Measure select widget. |
||||
type |
boolean |
||||
default |
True |
||||
|
Measure Select widget settings. |
||||
default |
type |
AnalyticsMeasure |
|||
icon |
device_hub |
||||
multiple |
True |
||||
limitTags |
2 |
||||
|
Display Field select widget. |
||||
type |
boolean |
||||
default |
True |
||||
|
Field Select widget settings. |
||||
default |
type |
AnalyticsField |
|||
icon |
timeline |
||||
multiple |
True |
||||
limitTags |
2 |
||||
|
Display Aggregate widget. |
||||
type |
boolean |
||||
default |
True |
||||
|
Aggregate widget settings. |
||||
dashboard.view.json-schema#/definitions/AnalyticsAggregateWidgetSettings |
|||||
additionalProperties |
False |
FormToolbar¶
FormToolbar |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Form |
||
default |
Form |
||
|
Toolbar position. |
||
type |
string |
||
enum |
Top, Bottom |
||
default |
Top |
||
|
Submit widget settings. |
||
default |
disableSubmit |
False |
|
disableApply |
False |
||
disableSaveFeedback |
False |
||
disableCancel |
False |
||
disableClose |
False |
||
|
Submit widget settings. |
||
default |
type |
Form |
|
icon |
code |
||
additionalProperties |
False |
Value¶
ValueWidget¶
Value |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
Value |
||
default |
Value |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Icon widget value settings |
||
additionalProperties |
False |
ValueWidgetSettings¶
type |
object |
|||||
properties |
||||||
|
Format of the value. |
|||||
type |
string |
|||||
|
Value to display. |
|||||
type |
string |
|||||
|
Text font color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Widget background color. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Label widget text color. If empty will use fontColor |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Label widget background color. If empty will use backgroundColor. |
|||||
oneOf |
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
type |
object |
|||||
properties |
||||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
|
oneOf |
type |
string |
|||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
type |
object |
|||||
properties |
||||||
|
type |
string |
||||
|
type |
string |
||||
pattern |
^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3}))?$ |
|||||
additionalProperties |
False |
|||||
additionalProperties |
False |
|||||
|
Value label display either at top, bottom, left or right of the widget. Use false to disable it. Use true (or empty string) to fall back to value name. |
|||||
oneOf |
type |
string |
||||
type |
boolean |
|||||
|
Value label position. |
|||||
type |
string |
|||||
enum |
TOP, BOTTOM, LEFT, RIGHT, NONE |
|||||
default |
TOP |
|||||
|
Value label text height percentage. |
|||||
type |
integer |
|||||
maximum |
100 |
|||||
minimum |
0 |
|||||
default |
20 |
|||||
additionalProperties |
False |
Value subscription¶
ValueSubscriptionWidget¶
ValueSubscriptionWidget |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
ValueSubscription |
||
default |
ValueSubscription |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
additionalProperties |
False |
Video player¶
VideoPlayerWidget¶
VideoPlayer |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
VideoPlayer |
||
default |
VideoPlayer |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Video player settings. |
||
dashboard.view.json-schema#/definitions/VideoPlayerWidgetSettings |
|||
additionalProperties |
False |
VideoPlayerWidgetSettings¶
type |
object |
|
properties |
||
|
Video ID used to display video feed. |
|
type |
string |
|
|
Disabled video label shown to user. If not set, will use default i18n value. |
|
type |
string |
|
additionalProperties |
False |
Video PTZ controller¶
PtzControllerWidget¶
PtzController |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
PtzController |
||
default |
PtzController |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
PTZ controller widget settings |
||
dashboard.view.json-schema#/definitions/PtzControllerWidgetSettings |
|||
additionalProperties |
False |
PtzControllerWidgetSettings¶
type |
object |
|
properties |
||
|
The movement perform by the PTZ on each click. |
|
type |
number |
|
default |
0.02 |
|
|
The minimal acceptable value for the zoom. |
|
type |
number |
|
default |
0.0 |
|
|
The maximal acceptable value for the zoom. |
|
type |
number |
|
default |
100.0 |
|
|
The pan minimal acceptable value. |
|
type |
number |
|
default |
-100.0 |
|
|
The pan maximal acceptable value. |
|
type |
number |
|
default |
100.0 |
|
|
The tilt minimal acceptable value. |
|
type |
number |
|
default |
0.0 |
|
|
The tilt maximal acceptable value. |
|
type |
number |
|
default |
100.0 |
|
additionalProperties |
False |
Web view¶
WebViewWidget¶
WebView |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
enum |
WebView |
||
default |
WebView |
||
|
The widget identifier, used to organize grid and internal widget communication. |
||
type |
string |
||
minLength |
1 |
||
|
The widget title |
||
type |
string |
||
|
Widget options. |
||
|
The data value subscriptions for given widget. |
||
|
List of widget’s Ids to subscribe to. |
||
type |
array |
||
items |
type |
string |
|
|
The menu applied to the given widget. |
||
type |
array |
||
items |
type |
string |
|
|
Limit menu height in pixel with overflowing menu displayed with scrollbars |
||
type |
integer |
||
minimum |
0 |
||
|
Web View widget settings |
||
dashboard.view.json-schema#/definitions/WebViewWidgetSettings |
|||
additionalProperties |
False |
WebViewWidgetSettings¶
type |
object |
||||
properties |
|||||
|
Source of the iframe, must be a valid URL. |
||||
oneOf |
type |
string |
|||
type |
object |
||||
properties |
|||||
|
oneOf |
type |
string |
||
|
oneOf |
type |
string |
||
additionalProperties |
False |
||||
|
Title of the frame. |
||||
type |
string |
||||
additionalProperties |
False |