Class: FOBreak

FOBreak()

This class implements a node to break down an object to its fields, or part of them

Constructor

new FOBreak()

Construct a new FOBreak node
Source:

Classes

FOBreak

Methods

addOutput()

If this.#canAddOutput is true, the user can add an output equal to the (at least one) output that already exists Subclass with variable number of input should override this method
Source:

canRemoveOutput(output)

Can this node remove a specific output? There must be at least 1 output
Parameters:
Name Type Description
output OutputSocket The output to remove
Source:

clone(factory)

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

(async) process()

The process function
Source:

removeOutput(output)

This method removes a specific output from the node
Parameters:
Name Type Description
output OutputSocket The output to remove
Source: