class documentation

class DashboardView(View): (source)

Constructor: DashboardView(**kwargs)

View In Hierarchy

Defines a Dashboard view.

Parameters
layoutthe layout of the dashboard.
on_save_layoutevent triggered when the layout changes
on_add_itemevent triggered when an item is added
on_remove_itemevent triggered when an item is closed
on_edit_itemevent triggered when an item is edited
allow_additionwhether to allow adding items
allow_deletionwhether to allow deleting items
allow_editwhether to allow editing items
cta_titlethe title of the call to action
cta_bodythe body of the call to action
cta_button_labelthe label of the call to action button
rowsthe number of rows in the dashboard
colsthe number of columns in the dashboard
itemsthe custom layout of the dashboard
auto_layoutwhether to automatically layout the dashboard
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable allow_addition Undocumented
Instance Variable allow_deletion Undocumented
Instance Variable allow_edit Undocumented
Instance Variable auto_layout Undocumented
Instance Variable cols Undocumented
Instance Variable cta_body Undocumented
Instance Variable cta_button_label Undocumented
Instance Variable cta_title Undocumented
Instance Variable items Undocumented
Instance Variable rows Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source)
def to_json(self): (source)

Undocumented

allow_addition: True = (source)

Undocumented

allow_deletion: True = (source)

Undocumented

allow_edit: True = (source)

Undocumented

auto_layout: True = (source)

Undocumented

Undocumented

cta_body: None = (source)

Undocumented

cta_button_label: None = (source)

Undocumented

cta_title: None = (source)

Undocumented

Undocumented

Undocumented