Learn R Programming

dipsaus (version 0.3.1)

updateActionButtonStyled: Update styled action button

Description

Update styled action button

Usage

updateActionButtonStyled(
  session,
  inputId,
  label = NULL,
  icon = NULL,
  type = NULL,
  disabled = NULL,
  ...
)

Value

none

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.