Skip to main content
Version: 10.x

Interface: CombinedDataTransformer

Properties

input

input: InputDataTransformer

Specify how the data sent from the client to the server should be transformed.

Source

packages/server/src/transformer.ts:38


output

output: OutputDataTransformer

Specify how the data sent from the server to the client should be transformed.

Source

packages/server/src/transformer.ts:42


Generated using TypeDoc and typedoc-plugin-markdown