onsLazyRepeat
fun OnsList.onsLazyRepeat(className: String? = null, init: OnsLazyRepeat.() -> Unit? = null): OnsLazyRepeat(source)
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) -> HTMLElement): OnsLazyRepeat(source)
DSL builder extension function for simple configuration.
It takes the same parameters as the constructor of the built component.