-
Fuse
- Fuse Basics
- Fuse Studio
- Tutorial (ES6 Models)
- Tutorial (Legacy Observables API)
- Full Reference
- UX Markup
- XCode & Android Studio Integration
- Primitives
- Charting
- Layout
- Controls
- Scripting & Data
- Observables
- Navigation
- JavaScript APIs
- Resources
- Triggers & Animation
- Effects
- Native interop (Uno)
- Alive UX Kit
- Technical corner
SwipeType - SwipeType Operator
Location
- Namespace
- Fuse.Gestures
- Package
- Fuse.Gestures 1.9.0
Parameters
Returns
Possible Values
- Simple
-
Swipes are completed when the pointer is released after the user has swiped over the entire distance of the SwipeGesture.
- Active
-
Swiping toggles between an active/inactive state.
- Auto
-
Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.