mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge branch 'pr_2920'
This commit is contained in:
		| @@ -52,10 +52,11 @@ | ||||
|     pass <code>msg</code> as a second argument to <code>node.error</code>:</p> | ||||
|     <pre>node.error("Error",msg);</pre> | ||||
|     <h4>Accessing Node Information</h4> | ||||
|     <p>In the function block, id and name of the node can be referenced using the following properties:</p> | ||||
|     <p>The following properties are available to access information about the node:</p> | ||||
|     <ul> | ||||
|         <li><code>node.id</code> - id of the node</li> | ||||
|         <li><code>node.name</code> - name of the node</li> | ||||
|         <li><code>node.outputCount</code> - number of node outputs</li> | ||||
|     </ul> | ||||
|     <h4>Using environment variables</h4> | ||||
|     <p>Environment variables can be accessed using <code>env.get("MY_ENV_VAR")</code>.</p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user