ComponentChildArgs

data class ComponentChildArgs(val children: Output<List<ComponentChildArgs>>? = null, val componentType: Output<String>, val events: Output<ComponentEventsArgs>? = null, val name: Output<String>, val properties: Output<ComponentPropertiesArgs>) : ConvertibleToJava<ComponentChildArgs>

Constructors

Link copied to clipboard
fun ComponentChildArgs(children: Output<List<ComponentChildArgs>>? = null, componentType: Output<String>, events: Output<ComponentEventsArgs>? = null, name: Output<String>, properties: Output<ComponentPropertiesArgs>)

Functions

Link copied to clipboard
open override fun toJava(): ComponentChildArgs

Properties

Link copied to clipboard
val children: Output<List<ComponentChildArgs>>? = null
Link copied to clipboard
val componentType: Output<String>
Link copied to clipboard
val events: Output<ComponentEventsArgs>? = null
Link copied to clipboard
val name: Output<String>
Link copied to clipboard