Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 907 Bytes

WidgetData.md

File metadata and controls

16 lines (11 loc) · 907 Bytes

WidgetData

Data for a widget

Properties

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]

[Back to Model list] [Back to API list] [Back to README]