LazyCollectionChildren

A container for the children of a Lazy Collection. Manages the creation of ids, and callback registration.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun add(component: Component?, id: Any? = null, isSticky: Boolean = false, isFullSpan: Boolean = false, spanSize: Int? = null, onNearViewport: OnNearCallback? = null)
fun add(id: Any? = null, isSticky: Boolean = false, isFullSpan: Boolean = false, spanSize: Int? = null, onNearViewport: OnNearCallback? = null, deps: Array<Any?>, componentFunction: () -> Component?)

Properties