UserDefinedFunctionExecutionPropertiesOutput interface
The properties for executing a user defined function.
Properties
| arguments | Runtime arguments of the user defined function. Defaults to an empty list. |
| exported |
Name of the exported function to execute in the code of the user defined function. Defaults to main. |
| runtime |
JS runtime options for user defined endpoints and functions |
Property Details
arguments
Runtime arguments of the user defined function. Defaults to an empty list.
arguments?: string[]
Property Value
string[]
exportedFunctionName
Name of the exported function to execute in the code of the user defined function. Defaults to main.
exportedFunctionName?: string
Property Value
string
runtimeOptions
JS runtime options for user defined endpoints and functions
runtimeOptions?: JSRuntimeOptionsOutput