chakraAlertDialogOptions {shinyChakraUI} | R Documentation |
Options for the alert dialog widget
(chakraAlertDialog
).
chakraAlertDialogOptions(
closeOnEsc = TRUE,
colorScheme = "red",
isCentered = TRUE,
motionPreset = "scale",
size = "md",
...
)
closeOnEsc |
whether to close the modal on pressing the 'esc' key |
colorScheme |
a Chakra color scheme |
isCentered |
whether to center the modal on screen |
motionPreset |
transition that should be used for the modal; one of
|
size |
modal size, |
... |
other attributes of |
A named list, for usage in chakraAlertDialog
.