Support output editting of DEBUG node using JSONata

This commit is contained in:
Hiroyasu Nishiyama
2018-12-01 18:03:04 +01:00
parent 2060af8a92
commit 3c4f4d27d6
7 changed files with 118 additions and 25 deletions

View File

@@ -23,4 +23,5 @@
Clicking on the source node id will reveal that node within the workspace.</p>
<p>The button on the node can be used to enable or disable its output. It is recommended to disable or remove any Debug nodes that are not being used.</p>
<p>The node can also be configured to send all messages to the runtime log, or to send short (32 characters) to the status text under the debug node.</p>
<p>Output of this node can be edited using JSONata expression by specifying the expression on <b>Edit</b> field.</p>
</script>

View File

@@ -103,6 +103,9 @@
},
"debug": {
"output": "Output",
"edit": "Edit",
"none": "None",
"invalid-exp": "Invalid JSONata expression: __error__",
"msgprop": "message property",
"msgobj": "complete msg object",
"to": "To",