All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.uikit.components.Scroll.kt Maven / Gradle / Ivy

There is a newer version: 3.5.7-pre.11-kotlin-1.5.21
Show newest version
package uikit.components

import uikit.*

external interface ScrollComponent : Component {
    fun scrollTo(el: Any? /* Element | String */ = definedExternally)
}

external interface ScrollOptions {
    var offset: Number?
}

object ScrollEvents {
    const val beforeScroll = "beforescroll"
    const val scrolled = "scrolled"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy