mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Export Progress generator
This commit is contained in:
@@ -24,6 +24,7 @@ S3method(print,reactive)
|
||||
S3method(print,shiny.appobj)
|
||||
S3method(str,reactivevalues)
|
||||
export(HTML)
|
||||
export(Progress)
|
||||
export(a)
|
||||
export(absolutePanel)
|
||||
export(actionButton)
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
#' @seealso \code{\link{progressInit}}, \code{\link{withProgress}}
|
||||
#' @rdname Progress
|
||||
#' @export
|
||||
#' @export Progress
|
||||
Progress <- setRefClass(
|
||||
'Progress',
|
||||
fields = list(
|
||||
|
||||
Reference in New Issue
Block a user