onsLazyRepeat

fun OnsList.onsLazyRepeat(classes: Set<String>? = null, 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, classes: Set<String>? = null, className: String? = null, createItemContentCallback: (index: Int) -> <ERROR CLASS>): OnsLazyRepeat

DSL builder extension function for simple configuration.

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