mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Query node feature definitions (markdown)
parent
1d3b97fa77
commit
b845faefd4
@ -10,7 +10,8 @@ This page defines the features and design conventions that each query node shoul
|
||||
* Have clearly defined behaviour that determines how the incoming msg object is manipulated and then forwarded
|
||||
* Try to be as stateless as possible (same behaviour regardless of say initialiation properties or any other state)
|
||||
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
|
||||
* Clean up their state upon close <code>node.on("close", function() {}</code>
|
||||
|
||||
* Clean up their state upon close <code>node.on("close", function() {}</code>
|
||||
|
||||
### Query nodes COULD:
|
||||
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
|
Loading…
Reference in New Issue
Block a user