LabelDetails

open_in_new

GraphQL Schema definition

  • input LabelDetails {
  • # If this is set to false this Label should not be shown
  • # by players. See Model.labels(enabled)
  • enabled: Boolean!
  • # The label to display, 60 character limit.
  • label: String!
  • # The position of the Label.
  • position: IPoint3D!
  • # The ID of the floor the Label is on
  • # If this is not set the Label will not be visible in showcase.
  • floorId: ID
  • }