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