Builder

class Builder

Properties

Link copied to clipboard
var code: String?

The code that's executed in your inline code node. The code can access input data from previous nodes in the flow, perform operations on that data, and produce output that can be used by other nodes in your flow.

Link copied to clipboard

The programming language used by your inline code node.