A transformer transofrms data from one type to another. It should not perform any logic on the data. It can be used to set default values, change names and object types, but should not perform any calculations.
The type of the input data.
The type of the output data.
Transforms the input data into the output data.
The input data.
The output data.
Generated using TypeDoc
A transformer transofrms data from one type to another. It should not perform any logic on the data. It can be used to set default values, change names and object types, but should not perform any calculations.