Skip to content

Packages  ›  trotsky  ›  Step  ›  output

Step.output property

Retrieves or sets the current output.

Signature:

typescript
get output(): O | null;

set output(value: O | null);