UserDefinedFunctionExecutionProperties interface

ユーザー定義関数を実行するためのプロパティ。

プロパティ

arguments

ユーザー定義関数のランタイム引数。 デフォルトは空のリストです。

exportedFunctionName

ユーザー定義関数のコードで実行するエクスポートされた関数の名前。 デフォルトは main です。

runtimeOptions

ユーザー定義のエンドポイントと関数の JS ランタイム・オプション

プロパティの詳細

arguments

ユーザー定義関数のランタイム引数。 デフォルトは空のリストです。

arguments?: string[]

プロパティ値

string[]

exportedFunctionName

ユーザー定義関数のコードで実行するエクスポートされた関数の名前。 デフォルトは main です。

exportedFunctionName?: string

プロパティ値

string

runtimeOptions

ユーザー定義のエンドポイントと関数の JS ランタイム・オプション

runtimeOptions?: JsRuntimeOptions

プロパティ値