Refactor documentation in nodeClass and reactor_class for clarity and consistency
This commit is contained in:
@@ -3,9 +3,9 @@ const { Reactor_CSTR, Reactor_PFR } = require('./reactor_class.js');
|
||||
|
||||
class nodeClass {
|
||||
/**
|
||||
* Construct ReactorNode.
|
||||
* Node-RED node class for advanced-reactor.
|
||||
* @param {object} uiConfig - Node-RED node configuration
|
||||
* @param {object} RED - Node-RED runtime API
|
||||
* @param {object} RED - Node-RED runtime API
|
||||
* @param {object} nodeInstance - Node-RED node instance
|
||||
* @param {string} nameOfNode - Name of the node
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user