commonMain.tech.skot.core.components.SKPagerVC.kt Maven / Gradle / Ivy
package tech.skot.core.components
@SKLayoutIsSimpleView
interface SKPagerVC: SKComponentVC {
var screens:List
var selectedPageIndex:Int
val onSwipeToPage:((index:Int)->Unit)?
val swipable:Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy