Interface TabManager

The TabManager components lets you manage tabs.

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

Hierarchy (view full)

Methods

Properties

Methods

Properties

The state of the TabManager controller.