Tidy up more core node help text

This commit is contained in:
Nick O'Leary
2017-05-23 17:26:23 +01:00
parent 3d2e6aea7b
commit dfe1cd4f90
7 changed files with 65 additions and 77 deletions

View File

@@ -36,11 +36,14 @@
</script>
<script type="text/x-red" data-help-name="switch">
<p>A node to route messages based on property values.</p>
<p>When a message arrives, the selected property is evaluated against each
of the defined rules. The message is then sent to the output of <i>all</i>
rules that pass.</p>
<p><b>Note</b>: the <i>otherwise</i> rule applies as a "not any of" the rules preceding it.</p>
<p>Route messages based on their property values.</p>
<h3>Details</h3>
<p>When a message arrives, the node will evaluate each of the defined rules
and forward the message to the corresponding outputs of any matching rules.</p>
<p>Optionally, the node can be set to stop evaluating rules once it finds one
that matches.</p>
<p>The rules can be evaluated against an individual message property, a flow or global
context property or the result of a JSONata expression.</p>
</script>
<script type="text/javascript">