diff --git a/nodes/core/core/80-function.html b/nodes/core/core/80-function.html index 4d5131df8..61af46d36 100644 --- a/nodes/core/core/80-function.html +++ b/nodes/core/core/80-function.html @@ -52,6 +52,12 @@
The Catch node can also be used to handle errors. To invoke a Catch node,
pass msg
as a second argument to node.error
:
node.error("Error",msg);+
In the function block, id and name of the node can be referenced using the following properties:
+node.id
- id of the nodenode.name
- name of the node