Update parameter description for subroutine call utility function

function-call-subroutines
Steve-Mcl 2026-02-20 19:17:07 +00:00
parent 31f5a0542d
commit d892f441ab
1 changed files with 1 additions and 1 deletions

View File

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