StackNode

Last modified: Nov 30, 2025

Stack is a helper for Nodes that need to produce stack-based code instead of continuous flow. They are usually needed in cases like If, Else.

Constructor

new StackNode(parent?)
ParameterTypeDefault Value
parent?null | StackNodenull

Constructs a new stack node.

AccessorTypeModifiers
get typestringstatic
get hasOutputnull | boolean
MethodTypeModifiers

Extends

Node

stack

ParameterTypeDefault Value
parent?any

Returns

StackNode