diff --git a/core/src/components/toast/toast-interface.ts b/core/src/components/toast/toast-interface.ts index 7ed338e3ca..d5ddff69e4 100644 --- a/core/src/components/toast/toast-interface.ts +++ b/core/src/components/toast/toast-interface.ts @@ -9,6 +9,7 @@ export interface ToastOptions { buttons?: (ToastButton | string)[]; position?: 'top' | 'bottom' | 'middle'; positionAnchor?: HTMLElement | string; + swipeGesture?: ToastSwipeGestureDirection; translucent?: boolean; animated?: boolean; icon?: string;