mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(toast): add swipeGesture to ToastOptions (#28518)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user