Newer Version Available

This content describes an older version of this product. View Latest

Expression Set Custom Element Step Input

Input representation of a custom element step in an expression set.
Root XML tag
<ExpressionSetCustomElementStepInput>
JSON example
1"customElement": {
2            "parameters": [
3              {
4                "input": true,
5                "name": "Divisor",
6                "output": false,
7                "value": "v1"
8              },
9              {
10                "input": true,
11                "name": "Dividend",
12                "output": false,
13                "value": "v2"
14              },
15              {
16                "input": false,
17                "name": "Answer",
18                "output": true,
19                "value": "v3"
20              }
21            ]
22          },
Properties
Name Type Description Required or Optional Available Version
parameters Expression Set Custom Element Parameter Input[] List of parameters in a custom element. Required 58.0