onsLazyRepeat

fun OnsList.onsLazyRepeat(className: String? = null, init: OnsLazyRepeat.() -> Unit? = null): OnsLazyRepeat

DSL builder extension function.

It takes the same parameters as the constructor of the built component.


fun OnsList.onsLazyRepeat(itemsCount: Int, className: String? = null, createItemContentCallback: (index: Int) -> <Error class: unknown class>): OnsLazyRepeat

DSL builder extension function for simple configuration.

It takes the same parameters as the constructor of the built component.