@coveo/headless-react
    Preparing search index...

    Interface TabState

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

    interface TabState {
        isActive: boolean;
    }
    Index

    Properties

    Properties

    isActive: boolean

    Indicates whether the current tab is selected.