Skip to content

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

value

Union[tuple, dict, list[dict], list[tuple]]

The different status items to represent. See below.

None

without_close

bool

If True, the user cannot remove the status items from the list.

False

id

str

The identifier that is assigned to the rendered HTML component.

None

properties

dict[str, Any]

Bound to a dictionary that contains additional properties for this element.

None

class_name

str
dynamic

The list of CSS class names that are associated with the generated HTML Element.
These class names are added to the default taipy-status class name.

None

hover_text

str
dynamic

The information that is displayed when the user hovers over this element.

None