INPUT_OBJECT

AbbAc800FullTagParams

The parameters for adding/editing an ABB AC800 tag

link GraphQL Schema definition

  • input AbbAc800FullTagParams {
  • # The application name
  • applicationName: String!
  • # The application compilation signature
  • applicationSignature: String!
  • # The tag index in the diagram
  • index: Int!
  • # The diagram index in the project
  • diagramIndex: Int!
  • # The tag name
  • name: String
  • # The diagram name
  • diagramName: String
  • # The type of the tag
  • tagValueType: TagType!
  • }

link Require by