Commit Graph

5 Commits

Author SHA1 Message Date
Tanay Pant
127a9ff9e3 🔨 Minor changes 2021-01-26 10:35:58 +01:00
Patrick
1a947b2e07 Update README.md of FunctionItem & function-nodes.md
I fully understood FuntionItem node in the end from checking the source code, but documentation is confusing in several ways. That's because Function and FunctionItem have different styles. Function gives access to the whole items array and the structure is transparently available with json/binary.
In case of FunctionItem. The item is not item, it's item.json. You can't access item.binary cause of this, as it would be intuitive to do so.
At first an update to the documentation to guide new users. It should be also considered that Function and FunctionItem behave the same, e.g. item.json and item.binary should exists. The variable might also called itemjson instead of item.
2021-01-19 20:30:57 +01:00
Tanay Pant
09180c222b 🔨 Add node info in reference docs 2020-07-30 10:55:50 +02:00
Tanay Pant
dc059efc99 Add Set node docs 2020-07-16 12:51:46 +02:00
Tanay Pant
cd55a273b1 Finish restructure of wiki 2020-06-12 11:46:17 +02:00