Packages › trotsky › StepPostsEntry
StepPostsEntry class
Represents an individual entry step within a StepPosts list. Extends PostMixins to include common post-related operations.
Signature:
typescript
export declare class StepPostsEntry<P = StepPosts, C extends StepPostsOutput = StepPostsOutput, O = unknown> extends PostMixins<P, C, O>
Extends: PostMixins<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
Applies the step's logic but do nothing by default. This method is usually be overridden by child classes but will not throw an error if not. |