kvision / pl.treksoft.kvision.onsenui.list / onsLazyRepeat

onsLazyRepeat

(js) 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.

(js) fun OnsList.onsLazyRepeat(itemsCount: Int, classes: Set<String>? = null, className: String? = null, createItemContentCallback: (index: Int) -> HTMLElement): OnsLazyRepeat

DSL builder extension function for simple configuration.

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