diff --git a/components/lib/confirmdialog/confirmdialog.d.ts b/components/lib/confirmdialog/confirmdialog.d.ts index dc816566f8..03a7f9c151 100644 --- a/components/lib/confirmdialog/confirmdialog.d.ts +++ b/components/lib/confirmdialog/confirmdialog.d.ts @@ -162,6 +162,10 @@ interface ConfirmDialogOptions { * @group Properties */ export interface ConfirmDialogProps extends Omit { + /** + * 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. */