mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/nodes/locales/en-US/function/10-switch.html
This commit is contained in:
parent
3fb83c46e2
commit
7e11ff2b20
@ -38,9 +38,8 @@
|
|||||||
<h4>Notes</h4>
|
<h4>Notes</h4>
|
||||||
<p>The <code>is true/false</code> and <code>is null</code> rules perform strict
|
<p>The <code>is true/false</code> and <code>is null</code> rules perform strict
|
||||||
comparisons against those types. They do not convert between types.</p>
|
comparisons against those types. They do not convert between types.</p>
|
||||||
<p>The <code>is empty</code> and <code>is not empty</code> rules passes for Strings, Arrays and Buffers that have
|
<p>The <code>is empty</code> and <code>is not empty</code> rules can be used to test the length of Strings, Arrays and Buffers, or the number of properties an Object has. Neither rule will pass if the property being tested has a <code>boolean</code>, <code>null</code>
|
||||||
a length of 0, or Objects that have no properties. It does not pass for <code>boolean</code>, <code>null</code>
|
or <code>undefined</code> value.</p>
|
||||||
or <code>undefined</code> values.</p>
|
|
||||||
<h4>Handling message sequences</h4>
|
<h4>Handling message sequences</h4>
|
||||||
<p>By default, the node does not modify the <code>msg.parts</code> property of messages
|
<p>By default, the node does not modify the <code>msg.parts</code> property of messages
|
||||||
that are part of a sequence.</p>
|
that are part of a sequence.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user