propertyGroups

@JvmName(name = "ghjvnwuikockcxmf")
suspend fun propertyGroups(value: Output<Map<String, EntityPropertyGroupArgs>>)
@JvmName(name = "htyiuwqnpuoelvty")
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 = "ofkciatrxjkbckyi")
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 = "eolpxcwvjhplpcpx")
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.