Annotation Interface ActionOutput


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

    • type

      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
    • name

      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"
    • label

      String label
      Default:
      ""
    • description

      String description
      Default:
      ""
    • tags

      String[] tags
      Default:
      {}
    • reference

      String reference
      Default:
      ""
    • defaultValue

      String defaultValue
      Default:
      ""