Update jsdoc of util.getMessageProperty

This commit is contained in:
Nick O'Leary 2020-09-28 14:26:20 +01:00
parent 6e5f115bd5
commit b595e84c30
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ function normalisePropertyExpression(str) {
* @param {Object} msg - the message object
* @param {String} expr - the property expression
* @return {any} the message property, or undefined if it does not exist
* @throws Will throw an error if the *parent* of the property does not exist
* @memberof @node-red/util_util
*/
function getMessageProperty(msg,expr) {