Skip to content
On this page

Gesture Sensitivity

Parent: gestures

A Number in pixels that the user must swipe before the gesture is visible.

Example Usage

js
theme: SoftUI({
    sidebar: {
        gestures: {
            gestureSensitivity: 50
        }
    }
})

Types

Released under the MIT License.