Flow Functions

scroll()

"scroll" will execute when the user scrolls the tile with the scroll wheel.

scroll((event) => {
    example_event = {
        from: 'wheel', // where was the command sent from. Can be 'wheel' 'otto' or 'debugger'
        scroll: 100 // amount of scroll
    }
});

event: Event containing details about the origin of the scroll and the amount. See example_event in the above example.

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.