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


PassiveInput

PassiveInput = HttpInput

Deprecated

Use HttpInput instead.