propertyGroups

@JvmName(name = "fokmumffpjluujfq")
suspend fun propertyGroups(value: Output<Map<String, EntityPropertyGroupArgs>>)
@JvmName(name = "flskqtklfdjgamjw")
suspend fun propertyGroups(value: Map<String, EntityPropertyGroupArgs>?)

Parameters

value

An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.


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

Parameters

argument

An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.


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

Parameters

values

An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.