Skip to content

DialogButton

Interface | Source Code


Runs if closeDialogOnClick is true and the dialog is processing the click of this button.


buttonProps?: Omit<ButtonProps, “children”>

Section titled “buttonProps?: Omit<ButtonProps, “children”>”

Whether the dialog should automatically close when the button is clicked. The close will happen immediately. If you need to do some processing before the close or want to block the close entirely, use beforeCloseOnClick in conjunction with this property.