Refactor #1852
parent
f381a17405
commit
d52757a32e
|
@ -11,10 +11,6 @@ export interface ConfirmationOptions {
|
||||||
* Message of the confirmation.
|
* Message of the confirmation.
|
||||||
*/
|
*/
|
||||||
message?: string | undefined;
|
message?: string | undefined;
|
||||||
/**
|
|
||||||
* Header text of the dialog.
|
|
||||||
*/
|
|
||||||
header?: string | undefined;
|
|
||||||
/**
|
/**
|
||||||
* Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.
|
* Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue