Entity Composite Component
data class EntityCompositeComponent(val componentName: String? = null, val componentPath: String? = null, val componentTypeId: String? = null, val description: String? = null, val properties: Map<String, EntityProperty>? = null, val propertyGroups: Map<String, EntityPropertyGroup>? = null, val status: EntityStatus? = null)
Constructors
Link copied to clipboard
constructor(componentName: String? = null, componentPath: String? = null, componentTypeId: String? = null, description: String? = null, properties: Map<String, EntityProperty>? = null, propertyGroups: Map<String, EntityPropertyGroup>? = null, status: EntityStatus? = null)
Properties
Link copied to clipboard
The name of the component.
Link copied to clipboard
The path of the component.
Link copied to clipboard
The ID of the component type.
Link copied to clipboard
The description of the component.
Link copied to clipboard
An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
Link copied to clipboard
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.
Link copied to clipboard
The current status of the component.