Function node: describe `node.outputCount` in help text

This commit is contained in:
Kristian Heljas 2021-04-08 21:09:44 +03:00
parent 749533b0b4
commit ad788fbed1
No known key found for this signature in database
GPG Key ID: 7E789A0143306CFE
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<ul> <ul>
<li><code>node.id</code> - id of the node</li> <li><code>node.id</code> - id of the node</li>
<li><code>node.name</code> - name 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> </ul>
<h4>Using environment variables</h4> <h4>Using environment variables</h4>
<p>Environment variables can be accessed using <code>env.get("MY_ENV_VAR")</code>.</p> <p>Environment variables can be accessed using <code>env.get("MY_ENV_VAR")</code>.</p>