Learn R Programming

dipsaus (version 0.0.3)

updateActionButtonStyled: Update styled action button

Description

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

Value

none

See Also

actionButtonStyled for how to define the button.