Component Type Property Group
data class ComponentTypePropertyGroup(val groupType: ComponentTypePropertyGroupGroupType? = null, val propertyNames: List<String>? = null)
An object that sets information about a property group.
Constructors
Link copied to clipboard
constructor(groupType: ComponentTypePropertyGroupGroupType? = null, propertyNames: List<String>? = null)