property Groups
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.
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.
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.