Class: If

If()

This class implements a node that is able to redirect the flow of execution based on the "condition" input value

Constructor

new If()

Construct a new If node
Source:

Classes

If

Methods

clone(factory)

Clone this node
Parameters:
Name Type Description
factory function The factory class function
Source:

(async) process()

The process function
Source: