propertyGroups

@JvmName(name = "aqkbasjnlylfiakv")
suspend fun propertyGroups(value: Output<Map<String, ComponentTypePropertyGroupArgs>>)
@JvmName(name = "oyubvnbqexddotsy")
suspend fun propertyGroups(value: Map<String, ComponentTypePropertyGroupArgs>?)

Parameters

value

An map of the property groups in the component type. Each property group's key must be unique to this map.


@JvmName(name = "ugxomvqhldbdkjtn")
suspend fun propertyGroups(vararg argument: Pair<String, suspend ComponentTypePropertyGroupArgsBuilder.() -> Unit>)

Parameters

argument

An map of the property groups in the component type. Each property group's key must be unique to this map.


@JvmName(name = "oasjcaoulkciqymn")
fun propertyGroups(vararg values: Pair<String, ComponentTypePropertyGroupArgs>)

Parameters

values

An map of the property groups in the component type. Each property group's key must be unique to this map.