ComponentTypePropertyGroup

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of property group.

Link copied to clipboard
val propertyNames: List<String>? = null

The list of property names in the property group.