Fixed #1902 - header option is missing from confirmoption
parent
3368258b85
commit
2064e29a45
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue