Skip to content

Packages  ›  trotsky  ›  StepList  ›  apply

StepList.apply() method ​

Applies the step logic to retrieve the list and sets the output to the retrieved list's data. If no lists are found, the output is set to null.

Signature:

typescript
/** @override */
apply(): Promise<void>;

Returns:

Promise<void>