interface CodeNodeParameters {
jsCode?: string;
language?: "javaScript" | "pythonNative";
mode?: "runOnceForAllItems" | "runOnceForEachItem";
pythonCode?: string;
}Properties§
§§§
readonly js Code?: string§
readonly language?: "javaScript" | "pythonNative"Default: "javaScript"
readonly mode?: "runOnceForAllItems" | "runOnceForEachItem"Default: "runOnceForAllItems"
readonly python Code?: stringPython code to execute.
Tip: You can use built-in methods and variables like _today for dates and _jmespath for querying JSON structures. Learn more.
Type options: {"editor":"codeNodeEditor","editorLanguage":"python"}
JavaScript code to execute.
Tip: You can use luxon vars like
$todayfor dates and$jmespathfor querying JSON structures. Learn more. Type options: {"editor":"codeNodeEditor","editorLanguage":"javaScript"}