OBJECT

ControllerElementInfoElement

Defines a single element/capability of a controller layout by the semantic element, and its type.

  • type ControllerElementInfoElement {
  • # The semantic type of this controller element.
  • type: ControllerElementType!
  • # The human-readable label of this controller element.
  • label: String!
  • # The semantic element represented by this definition.
  • element: ControllerElement!
  • }