first commit
This commit is contained in:
10
node_modules/n8n-workflow/dist/esm/common/get-connected-nodes.d.ts
generated
vendored
Normal file
10
node_modules/n8n-workflow/dist/esm/common/get-connected-nodes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { IConnections, NodeConnectionType } from '../interfaces';
|
||||
/**
|
||||
* Gets all the nodes which are connected nodes starting from
|
||||
* the given one
|
||||
*
|
||||
* @param {NodeConnectionType} [type='main']
|
||||
* @param {*} [depth=-1]
|
||||
*/
|
||||
export declare function getConnectedNodes(connections: IConnections, nodeName: string, connectionType?: NodeConnectionType | 'ALL' | 'ALL_NON_MAIN', depth?: number, checkedNodesIncoming?: string[]): string[];
|
||||
//# sourceMappingURL=get-connected-nodes.d.ts.map
|
||||
Reference in New Issue
Block a user