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 9048478 commit acde8d8Copy full SHA for acde8d8
shiny/ui/_navs_dynamic.py
@@ -46,9 +46,11 @@ def nav_insert(
46
:func:`~shiny.ui.nav_menu`.
47
target
48
The ``value`` of an existing :func:`shiny.ui.nav` item, next to which tab will
49
- be added.
+ be added. Can also be ``None``; see ``position``.
50
position
51
- The position of the new nav item relative to the target nav item.
+ The position of the new nav item relative to the target nav item. If
52
+ ``target=None``, then ``"before"`` means the new nav item should be inserted at
53
+ the head of the navlist, and ``"after"`` is the end.
54
select
55
Whether the nav item should be selected upon insertion.
56
session
0 commit comments