A conversion makes it possible to connect two node interfaces although they have different types.
Type to convert to
Will be called to transform the value from one type to another. A transformation to convert the type string to number could be parseInt.
string
number
parseInt
the instance the method was called on for chaining
A conversion makes it possible to connect two node interfaces although they have different types.