mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(toast): add swipeGesture to ToastOptions (#28518)
This commit is contained in:
@ -9,6 +9,7 @@ export interface ToastOptions {
|
|||||||
buttons?: (ToastButton | string)[];
|
buttons?: (ToastButton | string)[];
|
||||||
position?: 'top' | 'bottom' | 'middle';
|
position?: 'top' | 'bottom' | 'middle';
|
||||||
positionAnchor?: HTMLElement | string;
|
positionAnchor?: HTMLElement | string;
|
||||||
|
swipeGesture?: ToastSwipeGestureDirection;
|
||||||
translucent?: boolean;
|
translucent?: boolean;
|
||||||
animated?: boolean;
|
animated?: boolean;
|
||||||
icon?: string;
|
icon?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user