Update ConfirmationOptions.d.ts
parent
c2ecf7f403
commit
339056d91d
|
@ -49,6 +49,10 @@ export interface ConfirmationOptions {
|
||||||
* Callback to execute when action is rejected.
|
* Callback to execute when action is rejected.
|
||||||
*/
|
*/
|
||||||
reject?: () => void;
|
reject?: () => void;
|
||||||
|
/**
|
||||||
|
* Callback to execute when dialog is visible.
|
||||||
|
*/
|
||||||
|
onShow?: () => void;
|
||||||
/**
|
/**
|
||||||
* Callback to execute when dialog is hidden.
|
* Callback to execute when dialog is hidden.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue