Packages › trotsky › StepPostAuthor
StepPostAuthor class
Represents a step for retrieving the profile of the author of a specific post. Extends StepActor to reuse actor-related logic.
Signature:
typescript
export declare class StepPostAuthor<P = StepPost, C extends StepPostOutput = StepPostOutput, O extends StepPostAuthorOutput = StepPostAuthorOutput> extends StepActor<P, C, O>
Extends: StepActor<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
Applies the step logic to retrieve the profile of the author of the post. |