diff --git a/src/components/confirmationoptions/ConfirmationOptions.d.ts b/src/components/confirmationoptions/ConfirmationOptions.d.ts index a058ab135..307e47c2c 100644 --- a/src/components/confirmationoptions/ConfirmationOptions.d.ts +++ b/src/components/confirmationoptions/ConfirmationOptions.d.ts @@ -55,4 +55,8 @@ export interface ConfirmationOptions { * Style class of the reject button. */ rejectClass?: string | undefined; + /** + * Element to receive the focus when the dialog gets visible, valid values are "accept" and "reject". + */ + defaultFocus?: string | undefined; }