You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan Stocker edited this page May 30, 2019
·
1 revision
Nodes are rarely created by invoking createNode() directly, as one would have to supply types (for TypeScript), output port names, and the function createInPorts() on each call. Instead, createNode() usually gets wrapped
inside a factory function which has these already bundled.