GraphiQL API Documentation
    Preparing search index...

    Type Alias TabsState

    This object describes the state of all tabs.

    type TabsState = {
        activeTabIndex: number;
        tabs: TabState[];
    }
    Index

    Properties

    Properties

    activeTabIndex: number

    The index of the currently active tab with regards to the tabs list of this object.

    tabs: TabState[]

    A list of state objects for each tab.