status class
Displays a status or a list of statuses.
Methods¶
__init__() ¶
__init__(
value=None,
without_close=False,
id=None,
properties=None,
class_name=None,
hover_text=None,
) -> None
Create a new status
element.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
Union[tuple, dict, list[dict], list[tuple]]
|
The different status items to represent. See below. |
None
|
|
bool
|
If True, the user cannot remove the status items from the list. |
False
|
|
str
|
The identifier that is assigned to the rendered HTML component. |
None
|
|
dict[str, Any]
|
Bound to a dictionary that contains additional properties for this element. |
None
|
|
str
|
The list of CSS class names that are associated with the generated HTML Element. |
None
|
|
str
|
The information that is displayed when the user hovers over this element. |
None
|