ComponentChild

data class ComponentChild(val children: List<ComponentChild>? = null, val componentType: String, val events: ComponentEvents? = null, val name: String, val properties: ComponentProperties)

Constructors

Link copied to clipboard
fun ComponentChild(children: List<ComponentChild>? = null, componentType: String, events: ComponentEvents? = null, name: String, properties: ComponentProperties)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val events: ComponentEvents? = null
Link copied to clipboard
Link copied to clipboard