TabContext(...)TabContext.shinyInput(inputId, ..., value = defaultValue)
updateTabContext.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
TabContext(...)
TabContext.shinyInput(inputId, ..., value = defaultValue)
updateTabContext.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
Object with shiny.tag class suitable for use in the UI of a Shiny app.
Props to pass to the component.
ID of the component.
Starting value.
Object passed as the `session` argument to Shiny server.
value number| string
Default is NA The value of the currently selected Tab.
children node
Default is NA The content of the component.