OBJECT

ControllerLayout

Represents the layout of a controller, real or virtual

  • type ControllerLayout implements Node {
  • # The Stone ID of the Controller Layout.
  • controllerId: ControllerId!
  • # The human-readable friendly name of this layout.
  • friendlyName: String!
  • # The list of platforms that supports this controller, represented as Stone
  • # Platform IDs.
  • platforms: [PlatformId!]!
  • # The layout definition of the controller.
  • layout: ControllerElementCollection!
  • id: ID!
  • }