共用方式為


ScriptActivityParameter interface

腳本區塊的參數。

屬性

direction

參數的方向。

name

參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

size

輸出方向參數的大小。

type

參數的類型。

value

參數的值。 類型:字串 (或具有 resultType 字串的 Expression) 。

屬性詳細資料

direction

參數的方向。

direction?: string

屬性值

string

name

參數名稱。 類型:字串 (或具有 resultType 字串的 Expression) 。

name?: any

屬性值

any

size

輸出方向參數的大小。

size?: number

屬性值

number

type

參數的類型。

type?: string

屬性值

string

value

參數的值。 類型:字串 (或具有 resultType 字串的 Expression) 。

value?: any

屬性值

any