Skip to main content

Node Reference

Every built-in node type, grouped by category, with its ports, config fields, and a worked example. See Node Categories for the color legend and main-canvas vs. Function-Graph availability rules referenced throughout.

CategoryNodes
Serverexpress.init, express.listen
Routingexpress.route
Middlewareexpress.middleware.jsonParser, middleware.customCode
Handlerhandler.sendJson
Operators17 arithmetic/comparison/boolean nodes
Control FlowcontrolFlow.branch, controlFlow.switch, controlFlow.sequence
Logiclogic.function, logic.handlerFunction, logic.export, logic.require, logic.functionCall, logic.callback, logic.pathExtractor, logic.promise, logic.graphEntry, logic.graphReturn, logic.begin, variable.get, variable.set
Array9 loop-container nodes (map, filter, reduce, forEach, flatMap, find, findIndex, every, some) + 6 pass-through nodes (push, pop, unshift, shift, includes, indexOf) + array.isArray
Objectobject.assign
Errorerror.tryCatch, error.throw
Debuggingdebug.consoleLog

Looking to add a node type of your own without touching visual-node's source? See Plugins.