papi-dts
    Preparing search index...
    DIRECTION_FROM_TAB: readonly [
        "nextTab",
        "previousTab",
        "nextTabOrGroup",
        "previousTabOrGroup",
        "nearTabOrNextGroup",
        "nextTabGroup",
        "previousTabGroup",
    ]

    Direction relative to a tab pointing to another tab. Can be used to navigate between tabs in the dock layout. In addition to navigating sequentially between tabs, these directions can navigate to tabs specifically in other tab groups. For directions that only navigate to a tab directly before or after the current tab, see DirectionFromTabAdjacent.

    Note: In the following descriptions, "forward"/"next" means right in LTR and left in RTL, and "backward"/"previous" means left in LTR and right in RTL

    • See DirectionFromTabAdjacent for directions that look for a tab directly before or after the current tab, which may be in the same or a different tab group
    • nextTabGroup - go to the active tab in the tab group forward from the tab group this tab is in
    • previousTabGroup - go to the active tab in the tab group backward from the tab group this tab is in