Skip to content

Packages  ›  trotsky  ›  StepPost  ›  apply

StepPost.apply() method

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

Signature:

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

Returns:

Promise<void>