共用方式為


RunStepDeltaFunction interface

表示串流執行步驟差異函數工具呼叫中的函式數據。

屬性

arguments

傳遞至函式做為輸入的自變數。

name

函式的名稱。

output

函式的輸出,如果尚未提交輸出,則為 null。

屬性詳細資料

arguments

傳遞至函式做為輸入的自變數。

arguments?: string

屬性值

string

name

函式的名稱。

name?: string

屬性值

string

output

函式的輸出,如果尚未提交輸出,則為 null。

output?: null | string

屬性值

null | string