mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Split/join - add msg.reset to info panel
This commit is contained in:
parent
c6a1c8e8c4
commit
1a7868159a
2
packages/node_modules/@node-red/nodes/core/logic/17-split.html
generated
vendored
2
packages/node_modules/@node-red/nodes/core/logic/17-split.html
generated
vendored
@ -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>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.
|
<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>
|
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>
|
<h4>Reduce Sequence mode</h4>
|
||||||
<p>When configured to join in reduce mode, an expression is applied to each
|
<p>When configured to join in reduce mode, an expression is applied to each
|
||||||
|
Loading…
Reference in New Issue
Block a user