Skip to content
On this page

Sidebar

An Object which contains all the sidebar information.

Example Usage

js
theme: SoftUI({
    sidebar: {
        gestures: {
            disabled: false,
            gestureTimer: 200,
            gestureSensitivity: 50
        }
    }
})

Properties

Types

Released under the MIT License.