interface TabInitialState {
    isActive: boolean;
}

Properties

Properties

isActive: boolean

Specifies if the tab is currently selected. Note that there can be only one active tab for a given headless engine.