TabList(...)TabList.shinyInput(inputId, ..., value = defaultValue)
updateTabList.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
TabList(...)
TabList.shinyInput(inputId, ..., value = defaultValue)
updateTabList.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.
children node
Default is NA A list of Tab / elements.