Merge pull request #3399 from Steve-Mcl/split-wire-to-links

Add feature: split-wire-to-links
This commit is contained in:
Nick O'Leary
2022-03-07 12:57:49 +00:00
committed by GitHub
7 changed files with 291 additions and 102 deletions

View File

@@ -13,6 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
**/
/**
* An Interface to nodes and utility functions for creating/adding/deleting nodes and links
* @namespace RED.nodes
*/
RED.nodes = (function() {
var PORT_TYPE_INPUT = 1;
@@ -2684,7 +2689,6 @@ RED.nodes = (function() {
getType: registry.getNodeType,
getNodeHelp: getNodeHelp,
convertNode: convertNode,
add: addNode,
remove: removeNode,
clear: clear,