Skip to content

Data ​

BytesInput ​

BytesInput = number[]

The input for the Javascript Nodes.


ConvertInput ​

ConvertInput = BytesInput

Deprecated ​

Use BytesInput instead.


Data ​

Data = Bytes

The output for the Javascript Nodes.


Decision ​

Decision = boolean

The output for the If/Else Javascript Nodes.


HttpInput ​

HttpInput = object

The input for the HTTP Javascript Nodes

Properties ​

request ​

request: Request | undefined

response ​

response: Response | undefined


NodeInput ​

NodeInput = object

The input for the JavaScript V2+ Nodes.

Properties ​

data? ​

optional data: Bytes

extra? ​

optional extra: Record<string, any>


NodeInputHTTP ​

NodeInputHTTP = object

The input for HTTP JavaScript Nodes.

Properties ​

extra? ​

optional extra: Record<string, any>

request? ​

optional request: Request

response? ​

optional response: Response


NodeResult ​

NodeResult = object

The result for the JavaScript V2+ Nodes.

Properties ​

data? ​

optional data: Bytes

extra? ​

optional extra: Record<string, any>


PassiveInput ​

PassiveInput = HttpInput

Deprecated ​

Use HttpInput instead.