WidgetState Enumeration

Describes the visibility and mounting state of a widget.

Members

Name Value Description
Closed The widget tab is visible, but the widget content is not visible.
Floating Widget is in a floating state. Widget content visibility depends on internal logic, but the widget tab is visible.
Hidden Neither the widget tab nor its content are visible, but the widget's React node is still rendered.
Useful for pre-initialization and preserving widget state while the widget is not visible.
Open Both the widget tab and its content are visible.
Unloaded Neither the widget tab nor its content are visible, and the widget's React node is not rendered.
Changing the widget state to Unloaded will unmount the content node if it was previously rendered.

Defined in

Last Updated: 17 September, 2025