Classes
Methods
addInput()
If this.#canAddInput is true, the user can add an input
the new input must have this.#canEditName === true.
in this particular case the name is editable, so let the user
to choose and left it blank
- 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
Parameters:
Name | Type | Description |
---|---|---|
input |
InputSocket | The input to remove |
- Source: