We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206252b commit eba940bCopy full SHA for eba940b
shiny/express/ui/_insert.py
@@ -50,9 +50,9 @@ def insert_nav_panel(
50
The `value` of an existing :func:`shiny.ui.nav_panel`, next to which tab will
51
be added. Can also be `None`; see `position`.
52
position
53
- The position of the new nav item relative to the target nav panel. If
54
- `target=None`, then `"before"` means the new nav item should be inserted at
55
- the head of the navset, and `"after"` is the end.
+ The position of the new nav panel relative to the target. If
+ `target=None`, then `"before"` means the new panel should be inserted at
+ the head of the navlist, and `"after"` is the end.
56
select
57
Whether the nav panel should be selected upon insertion.
58
session
0 commit comments