update_progress {shiny.semantic} | R Documentation |
Update progress Semantic UI component
Description
Change the value of a progress
input on the client.
Usage
update_progress(
session,
input_id,
type = c("increment", "decrement", "label", "value"),
value = 1
)
Arguments
session |
The |
input_id |
The id of the input object |
type |
Whether you want to increase the progress bar ( |
value |
The value to increase/decrease by, or the value to be set to |
[Package shiny.semantic version 0.5.1 Index]