Update styled action button
Usage
updateActionButtonStyled(
session,
inputId,
label = NULL,
icon = NULL,
type = NULL,
disabled = NULL,
...
)
Arguments
- session, inputId, label, icon
passed to
shiny::updateActionButton
- type
button type to update
- disabled
whether to disable the button
- ...
ignored
See also
actionButtonStyled
for how to define the button.