mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
ci(lint): ensure linted results are pushed for build to pass (#25196)
This commit is contained in:
@ -10,9 +10,9 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
||||
delegate?: FrameworkDelegate;
|
||||
animated?: boolean;
|
||||
/**
|
||||
* If `true`, the modal can be swiped to dismiss. Only applies in iOS mode.
|
||||
* @deprecated - To prevent modals from dismissing, use canDismiss instead.
|
||||
*/
|
||||
* If `true`, the modal can be swiped to dismiss. Only applies in iOS mode.
|
||||
* @deprecated - To prevent modals from dismissing, use canDismiss instead.
|
||||
*/
|
||||
swipeToClose?: boolean;
|
||||
canDismiss?: boolean | (() => Promise<boolean>);
|
||||
|
||||
|
Reference in New Issue
Block a user