The TabManager components lets you manage tabs.

interface TabManager {
    state: TabManagerState;
    subscribe(listener: () => void): Unsubscribe;
}

Hierarchy (View Summary)

Methods

Properties

Methods

Properties

The state of the TabManager controller.