mirror of https://github.com/node-red/node-red.git
Update parameter description for subroutine call utility function
parent
31f5a0542d
commit
d892f441ab
|
|
@ -210,7 +210,7 @@ declare namespace RED {
|
|||
/**
|
||||
* Utility function to call a reusable flow defined as a subroutine (link-in/link-out nodes).
|
||||
*
|
||||
* @param {string} target - the target of the link-in subroutine to call (can be node ID or name of link-in node)
|
||||
* @param {string} target - the target of the link-in subroutine to call (can be the name or ID of a link-in node)
|
||||
* @param {Object} msg - the message object to pass to the subroutine
|
||||
* @param {Object} [options] - call options
|
||||
* @param {number} [options.timeout=5000] - the maximum time to wait for a response (default: 5000ms)
|
||||
|
|
|
|||
Loading…
Reference in New Issue