parent
0e56566082
commit
4ff6ea11ab
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue