mirror of https://github.com/node-red/node-red.git
Split/join - add msg.reset to info panel
parent
c6a1c8e8c4
commit
1a7868159a
|
@ -297,6 +297,8 @@
|
|||
<p>A <i>timeout</i> can be set to trigger sending the new message using whatever has been received so far.</p>
|
||||
<p>If a message is received with the <b>msg.complete</b> property set, the output message is finalised and sent.
|
||||
This resets any part counts.</p>
|
||||
<p>If a message is received with the <b>msg.reset</b> property set, the partly complete message is deleted and not sent.
|
||||
This resets any part counts.</p>
|
||||
|
||||
<h4>Reduce Sequence mode</h4>
|
||||
<p>When configured to join in reduce mode, an expression is applied to each
|
||||
|
|
Loading…
Reference in New Issue