(nodeType, nodeData, app)
| 3 | app.registerExtension({ |
| 4 | name: "rgthree.Context", |
| 5 | async beforeRegisterNodeDef(nodeType, nodeData, app) { |
| 6 | if (nodeData.name === "Context (rgthree)") { |
| 7 | addConnectionLayoutSupport(nodeType, app, [['Left', 'Right'], ['Right', 'Left']]); |
| 8 | } |
| 9 | }, |
| 10 | }); |
nothing calls this directly
no test coverage detected