OBJECT

ControllerElementInfo

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

  • type ControllerElementInfo {
  • # The semantic type of this controller element.
  • type: ControllerElementType
  • # The human-readable label of this controller element.
  • label: String!
  • }
This element is not required by anyone