Classes
Methods
addInput()
    If this.#canAddInput is true, the user can add an input
equal to the (at least one) input that already exists
- Source:
canRemoveInput(input)
    Can this node remove a specific input?
In this case, there must be at least 1 input
    Parameters:
| Name | Type | Description | 
|---|---|---|
| input | InputsSocket | The input 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:
removeInput(input)
    This method removes a specific input from the node, if
this is possible whit this instance
    Parameters:
| Name | Type | Description | 
|---|---|---|
| input | InputSocket | The input to remove | 
- Source: