mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
refactor(overlays): enableBackdropDismiss => backdropDismiss
This commit is contained in:
@ -8,7 +8,7 @@ export interface AlertOptions {
|
||||
mode?: string;
|
||||
inputs?: AlertInput[];
|
||||
buttons?: (AlertButton | string)[];
|
||||
enableBackdropDismiss?: boolean;
|
||||
backdropDismiss?: boolean;
|
||||
translucent?: boolean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user