@coveo/headless
    Preparing search index...

    Interface TabManagerState

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

    interface TabManagerState {
        activeTab: string;
    }
    Index

    Properties

    Properties

    activeTab: string