Annotation Interface ActionOutput


Output parameter for an action module
Author:
Stefan Triller - Initial contribution
  • Element Details

    • name Link icon

      String name
      Name of the output parameter

      There are some reserved names that make the UI render the output pretty and not just as a text field:

      • qrCode: Render the output as a QR code.
      Returns:
      the name of the output parameter
      Default:
      "result"
    • type Link icon

      String type
      Type of the output parameter

      There are some special types that make the UI render the output pretty and not just as a text field:

      • qrCode: Render the output as a QR code.
      Returns:
      the type of the output parameter
    • label Link icon

      String label
      Default:
      ""
    • description Link icon

      String description
      Default:
      ""
    • tags Link icon

      String[] tags
      Default:
      {}
    • reference Link icon

      String reference
      Default:
      ""
    • defaultValue Link icon

      String defaultValue
      Default:
      ""