Expand description
interface SwipeConfig {
bounceOpacityThreshold?: number;
bounceSpringConfig?: SpringConfig;
directions?: SwipeDirection[];
enabled?: boolean;
threshold?: number;
}
Properties§
Source§directions?: SwipeDirection[]
directions?: SwipeDirection[]
Array of swipe directions that should close the modal.
Configuration for swipe gestures.