Add RED.hooks engine

This commit is contained in:
Nick O'Leary
2020-07-30 17:52:11 +01:00
parent d57ec0cd53
commit bdd736315a
7 changed files with 399 additions and 2 deletions

View File

@@ -145,6 +145,14 @@ module.exports = {
*/
events: runtime.events,
/**
* Runtime hooks engine
* @see @node-red/runtime_hooks
* @memberof node-red
*/
hooks: runtime.hooks,
/**
* This provides access to the internal settings module of the
* runtime.