目录

ConfirmAction

The action to be taken when the confirm dialog is closed.

type ConfirmAction = 'ok' | 'cancel' | 'show';

Types 

'ok' 

Close the dialog as the “OK” button is clicked.

'cancel' 

Close the dialog as the “Cancel” button is clicked.

'show' 

Show the standard JavaScript confirm dialog.