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