Usage
TabContext(...)
TabContext.shinyInput(inputId, ..., value = defaultValue)
updateTabContext.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
TabContext(...)
TabContext.shinyInput(inputId, ..., value = defaultValue)
updateTabContext.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
Arguments
- ...
Props to pass to the component.
- inputId
ID of the component.
- value
Starting value.
- session
Object passed as the `session` argument to Shiny server.
Value
Object with shiny.tag
class suitable for use in the UI of a Shiny app.