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

interface TabState {
    isActive: boolean;
}

Properties

Properties

isActive: boolean

Indicates whether the current tab is selected.