children

@JvmName(name = "vkynthptfnpuyykj")
suspend fun children(value: Output<List<ComponentChildArgs>>)
@JvmName(name = "vexdsysjoxkhhwmh")
suspend fun children(value: List<ComponentChildArgs>?)

Parameters

value

The list of ComponentChild instances for this component.


@JvmName(name = "qjnyuvtvbdkmqyfe")
suspend fun children(vararg values: Output<ComponentChildArgs>)


@JvmName(name = "wurllpvktkxweshb")
suspend fun children(values: List<Output<ComponentChildArgs>>)
@JvmName(name = "jkqvhgekkyjwnkcx")
suspend fun children(vararg values: ComponentChildArgs)

Parameters

values

The list of ComponentChild instances for this component.


@JvmName(name = "asgliheipjbyhdjw")
suspend fun children(argument: List<suspend ComponentChildArgsBuilder.() -> Unit>)
@JvmName(name = "hfgaxephsgchkrge")
suspend fun children(vararg argument: suspend ComponentChildArgsBuilder.() -> Unit)
@JvmName(name = "eydooovqhrupxlcr")
suspend fun children(argument: suspend ComponentChildArgsBuilder.() -> Unit)

Parameters

argument

The list of ComponentChild instances for this component.