Skip to content

Commit

Permalink
Update setSidebarTab reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gbl08ma committed Feb 24, 2024
1 parent d734dd1 commit 42bb3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/server/jungletv_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ configuration.setSidebarTab(pageID, beforeTabID)
##### Parameters

- `pageID` - A case-sensitive string representing the ID of the page to use as the content for the tab, as was specified when invoking [publishFile()](./jungletv_pages.md#publishfile).
When set to `null`, `undefined` or the empty string, the sidebar tab slot for the JAF application will be removed.
When set to `null` or `undefined`, the sidebar tab slot for the JAF application will be removed.
Connected users with the application's tab active will see an immediate switch to another sidebar tab.
- `beforeTabID` - An optional string that allows for controlling the placement of the new sidebar tab relative to the built-in sidebar tabs.
The application's tab will appear to the left of the specified built-in tab. The built-in tab IDs are: `queue`, `skipandtip`, `chat` and `announcements`.
Expand Down

0 comments on commit 42bb3fa

Please sign in to comment.