Direction relative to a tab pointing to another tab. Can be used to navigate between tabs in the
dock layout. These directions are for navigating to a tab directly before or after the current
tab, which may be within the same tab group or may cross tab groups. For directions that can also
navigate to tabs specifically in other tab groups, see DirectionFromTab.
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
nextTab - go forward one tab. If there are no more tabs after this tab in this tab's tab group,
go to the backward-most tab in the next tab group (useful for cycling through all tabs)
previousTab - go backward one tab. If there are no more tabs before this tab in this tab's tab
group, go to the forward-most tab in the previous tab group (useful for cycling through all
tabs)
nextTabOrGroup - go forward one tab. If there are no more tabs after this tab in this tab's tab
group, go to the active tab in the next tab group
previousTabOrGroup - go backward one tab. If there are no more tabs before this tab in this
tab's tab group, go to the active tab in the previous tab group
nearTabOrNextGroup - go forward or backward one tab if there is another in the same tab group.
If there are no more tabs in this tab's tab group, go to the active tab in the next tab group
(useful for closing a tab)
Direction relative to a tab pointing to another tab. Can be used to navigate between tabs in the dock layout. These directions are for navigating to a tab directly before or after the current tab, which may be within the same tab group or may cross tab groups. For directions that can also navigate to tabs specifically in other tab groups, see DirectionFromTab.
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
nextTab- go forward one tab. If there are no more tabs after this tab in this tab's tab group, go to the backward-most tab in the next tab group (useful for cycling through all tabs)previousTab- go backward one tab. If there are no more tabs before this tab in this tab's tab group, go to the forward-most tab in the previous tab group (useful for cycling through all tabs)nextTabOrGroup- go forward one tab. If there are no more tabs after this tab in this tab's tab group, go to the active tab in the next tab grouppreviousTabOrGroup- go backward one tab. If there are no more tabs before this tab in this tab's tab group, go to the active tab in the previous tab groupnearTabOrNextGroup- go forward or backward one tab if there is another in the same tab group. If there are no more tabs in this tab's tab group, go to the active tab in the next tab group (useful for closing a tab)