Debug

NodeDescriptionInputsOutputs
assertErrors if the condition is false, passes through value if true.value Any, condition Boolean, message Textvalue Any
inspectReturns detailed type and structure information about a value.value Anyreport Json
logLogs the input value and passes through.value Any, label Text, toast Booleanvalue Any, _label Text

assert

Errors if the condition is false, passes through value if true.

Inputs:

Output: value (Any) — same value if assertion passes

inspect

Returns detailed type and structure information about a value.

Inputs:

Output: report (Json) — {type, value, length?, keys?}

log

Logs the input value and passes through.

Inputs:

Outputs:

See also: inspect, assert