ons Lazy Repeat
fun OnsList.onsLazyRepeat(classes: Set<String>? = null, className: String? = null, init: OnsLazyRepeat.() -> Unit? = null): OnsLazyRepeat
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.
fun OnsList.onsLazyRepeat(itemsCount: Int, classes: Set<String>? = null, className: String? = null, createItemContentCallback: (index: Int) -> <ERROR CLASS>): OnsLazyRepeat
Content copied to clipboard
DSL builder extension function for simple configuration.
It takes the same parameters as the constructor of the built component.