Skip to content

Packages  ›  trotsky  ›  Step  ›  withOutput

Step.withOutput() method

Sets the output.

Signature:

typescript
withOutput(output: O): this;

Parameters

Parameter

Type

Description

output

O

The output object.

Returns:

this

The current Trotsky instance.