A scoped and simplified part of the headless state that is relevant to the TabManager controller.

interface TabManagerState {
    activeTab: string;
}

Properties

Properties

activeTab: string