1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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) {