Annotation Interface ActionOutput
Output parameter for an action module
- Author:
- Stefan Triller - Initial contribution
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
type
String typeType of the output parameterThere 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 nameName of the output parameterThere 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:
- ""
-