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

    The event that is fired when an element in the TreeView is expanded or collapsed

    interface TreeViewExpansionEvent<T> {
        element: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    element: T

    Element that is expanded or collapsed.