Skip to content

componentRef

Lexicon: eco.wonderland.workcell.device.reference.defs
Type: object

Reference that is a pointer to all of the information associated with another entity defined for a piece of equipment. componentRef allows all of the information of (lower level component entities that is associated with the other entity to be directly associated with this entity.

Type: string
Required

Pointer to the id of an entity that contains the information to be associated with this entity.

Type: string

Name of an element or a piece of equipment.

  • references eco.wonderland.workcell.device.reference.defs
{
"type": "object",
"required": [
"idRef"
],
"properties": {
"idRef": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
© Lookinglass 2026