class documentation

class AlertView(View): (source)

Constructor: AlertView(**kwargs)

View In Hierarchy

Displays an alert.

Parameters
severitythe severity of the alert displayed, one of ("info", "success", "warning", "error")
componentsProps

an optional dict with the following keys:

  • 'label' (None): props to pass to the label subcomponents
  • 'description' (None): props to pass to the description subcomponents
  • 'caption' (None): props to pass to the caption subcomponents
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable severity Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component 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

severity: None = (source)

Undocumented