Fixed #1902 - header option is missing from confirmoption

pull/1934/head
Tuğçe Küçükoğlu 2021-12-21 13:39:42 +03:00
parent 3368258b85
commit 2064e29a45
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ export interface ConfirmationOptions {
* Element to align the overlay. * Element to align the overlay.
*/ */
target?: HTMLElement | undefined; target?: HTMLElement | undefined;
/**
* Header text of the dialog.
*/
header?: string | undefined;
/** /**
* Message of the confirmation. * Message of the confirmation.
*/ */