mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update ConfirmationOptions.d.ts
This commit is contained in:
parent
c2ecf7f403
commit
339056d91d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue