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

    Detects when a widget is moved between the tab-bars of its enclosing DockPanel and notifies a callback with the previous and current tab-bar. Call check from the host widget's onAfterAttach.

    Implements

    Index

    Constructors

    Properties

    currentTabBar: undefined | TabBar<Widget>
    isDisposed: boolean = false
    onTabBarChange: (oldTabBar?: TabBar<Widget>, newTabBar?: TabBar<Widget>) => void
    toDisposeOnTabBarChange: DisposableCollection = ...
    widget: Widget

    Methods