Expression Set Custom Element Parameter Input
- ルート XML タグ
- <ExpressionSetCustomElementParameterInput>
- JSON の例
-
1"parameters": [ 2 { 3 "input": true, 4 "name": "Divisor", 5 "output": false, 6 "value": "v1", 7 "type": "Parameter" 8 }, 9 { 10 "input": true, 11 "name": "Dividend", 12 "output": false, 13 "value": "v2", 14 "type": "Parameter" 15 }, 16 { 17 "input": false, 18 "name": "Answer", 19 "output": true, 20 "value": "v3", 21 "type": "Parameter" 22 } 23 ] - プロパティ
-
名前 型 説明 必須か省略可能 使用���能なバージョン input Boolean カスタム要素パラメーターが入力パラメーターであるか (true)、否か (false) を示します。 必須 58.0 name String カスタム要素パラメーターの名前。 必須 58.0 output Boolean カスタム要素パラメーターが出力パラメーターであるか (true)、否か (false) を示します。 必須 58.0 type String カスタム要素パラメーターの種別。 有効な値は、次のとおりです。デフォルト値は Parameter です。- Formula
- Literal
- Lookup
- Parameter
- Picklist
省略可能 58.0 value String 式セット変数の名前。 必須 58.0