Data for a widget
Name | Type | Description | Notes |
---|---|---|---|
id | int, none_type | The internal Id of widget data | [optional] [readonly] |
element_sequence | int, none_type | Position of the element in widget type | [optional] |
asset_id | int, none_type | The master asset id of this widget | [optional] |
data | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | individual config parameters depending on category | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |