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

    The event that is fired when there is a change in tree view's visibility

    interface TreeViewVisibilityChangeEvent {
        visible: boolean;
    }
    Index

    Properties

    Properties

    visible: boolean

    true if the tree view is visible otherwise false.