Appearance
Packages › trotsky › StepPost › apply
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.
null
Signature:
/** @override */ apply(): Promise<void>;
Returns:
Promise<void>