Skip to content

Commit

Permalink
Fix primefaces#6855: ConfirmDialog group missing from typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Aug 21, 2024
1 parent 34229f9 commit 4af25c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/confirmdialog/confirmdialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ interface ConfirmDialogOptions {
* @group Properties
*/
export interface ConfirmDialogProps extends Omit<DialogProps, 'onHide' | 'footer' | 'pt'> {
/**
* Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.
*/
group?: string | undefined;
/**
* Unique tag key used to separate the confirmDialog components in the page.
*/
Expand Down

0 comments on commit 4af25c3

Please sign in to comment.