ScriptActivityParameter interface
腳本區塊的參數。
屬性
| direction | 參數的方向。 |
| name | 參數的名稱。 Type:string (或 expression with resultType string) 。 |
| size | 輸出方向參數的大小。 |
| type | 參數的類型。 |
| value | 參數的值。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
direction
參數的方向。
direction?: string
屬性值
string
name
參數的名稱。 Type:string (或 expression with resultType string) 。
name?: any
屬性值
any
size
輸出方向參數的大小。
size?: number
屬性值
number
type
參數的類型。
type?: string
屬性值
string
value
參數的值。 Type:string (或 expression with resultType string) 。
value?: any
屬性值
any