EntityCompositeComponent

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentName: String? = null

The name of the component.

Link copied to clipboard
val componentPath: String? = null

The path of the component.

Link copied to clipboard
val componentTypeId: String? = null

The ID of the component type.

Link copied to clipboard
val description: String? = null

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
val status: EntityStatus? = null

The current status of the component.