updateActionButtonStyled: Update styled action button

View source: R/shiny-actionbutton-styled.R

updateActionButtonStyledR Documentation

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.


dipsaus documentation built on July 9, 2023, 5:43 p.m.