LazyCollectionChildren

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

Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
fun add(    component: Component?,     id: Any? = null,     isSticky: Boolean = false,     isFullSpan: Boolean = false,     spanSize: Int? = null,     onNearViewport: OnNearCallback? = null,     customAttributes: Map<String, Any?>? = null,     parentWidthPercent: Float = -1f,     parentHeightPercent: Float = -1f)
fun add(    id: Any? = null,     isSticky: Boolean = false,     isFullSpan: Boolean = false,     spanSize: Int? = null,     onNearViewport: OnNearCallback? = null,     deps: Array<Any?>,     parentWidthPercent: Float = -1f,     parentHeightPercent: Float = -1f,     componentFunction: () -> Component?)