Update ConfirmationOptions.d.ts

pull/4815/head
tugcekucukoglu 2023-11-13 14:27:37 +03:00
parent c2ecf7f403
commit 339056d91d
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ export interface ConfirmationOptions {
* Callback to execute when action is rejected.
*/
reject?: () => void;
/**
* Callback to execute when dialog is visible.
*/
onShow?: () => void;
/**
* Callback to execute when dialog is hidden.
*/