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:
parent
6e5f115bd5
commit
b595e84c30
@ -306,6 +306,7 @@ function normalisePropertyExpression(str) {
|
|||||||
* @param {Object} msg - the message object
|
* @param {Object} msg - the message object
|
||||||
* @param {String} expr - the property expression
|
* @param {String} expr - the property expression
|
||||||
* @return {any} the message property, or undefined if it does not exist
|
* @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
|
* @memberof @node-red/util_util
|
||||||
*/
|
*/
|
||||||
function getMessageProperty(msg,expr) {
|
function getMessageProperty(msg,expr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user