Documentation updates for node-red and runtime modules

This commit is contained in:
Nick O'Leary
2018-11-30 23:01:09 +00:00
parent bc02c9573c
commit 0b5e4f2dd7
19 changed files with 256 additions and 190 deletions

View File

@@ -15,7 +15,7 @@
**/
/**
* @namespace RED.context
* @mixin @node-red/runtime_context
*/
var runtime;
@@ -69,7 +69,7 @@ var api = module.exports = {
* @param {String} opts.key - the context key
* @return {Promise} - the node information
* @memberof RED.context
* @memberof @node-red/runtime_context
*/
getValue: function(opts) {
return new Promise(function(resolve,reject) {
@@ -163,7 +163,7 @@ var api = module.exports = {
* @param {String} opts.key - the context key
* @return {Promise} - the node information
* @memberof RED.context
* @memberof @node-red/runtime_context
*/
delete: function(opts) {
return new Promise(function(resolve,reject) {