Expression Set Custom Element Step Input

Input representation of a custom element step in an expression set.
Root XML tag
<ExpressionSetCustomElementStepInput>
JSON example
"customElement": {
            "parameters": [
              {
                "input": true,
                "name": "Divisor",
                "output": false,
                "value": "v1"
              },
              {
                "input": true,
                "name": "Dividend",
                "output": false,
                "value": "v2"
              },
              {
                "input": false,
                "name": "Answer",
                "output": true,
                "value": "v3"
              }
            ]
          },
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