express.ui.remove_nav_panel
Remove a nav item from a navigation container.
Parameters
id : str-
The
idof the relevant navigation container (i.e.,navset_*()object). target : str-
The
valueof an existingshiny.express.ui.nav_panelitem to remove. session : Optional[Session] = None-
A
Sessioninstance. If not provided, it is inferred viaget_current_session.
Note
See insert_nav_panel for an example.