Theia API Documentation v1.67.0
    Preparing search index...

    An enum of widget bit flags.

    Index

    Enumeration Members

    DisallowLayout: 16

    A layout cannot be set on the widget.

    IsAttached: 2

    The widget is attached to the DOM.

    IsDisposed: 1

    The widget has been disposed.

    IsHidden: 4

    The widget is hidden.

    IsVisible: 8

    The widget is visible.

    since 2.7.0, apply that flag consistently was not reliable so it was dropped in favor of a recursive check of the visibility of all parents.