mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(loading): add backdropDismiss to the interface (#17668)
fixes #17369
This commit is contained in:
committed by
Brandy Carney
parent
ab57b98e07
commit
28fd75ee6b
@ -8,7 +8,7 @@ export interface LoadingOptions {
|
|||||||
duration?: number;
|
duration?: number;
|
||||||
translucent?: boolean;
|
translucent?: boolean;
|
||||||
animated?: boolean;
|
animated?: boolean;
|
||||||
|
backdropDismiss?: boolean;
|
||||||
mode?: Mode;
|
mode?: Mode;
|
||||||
keyboardClose?: boolean;
|
keyboardClose?: boolean;
|
||||||
id?: string;
|
id?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user