Packages › trotsky › StepCreatePost
StepCreatePost class
Represents step that creates a new post on Bluesky using the specified record parameters.
Signature:
typescript
export declare class StepCreatePost<P = StepBuilder, C = null, O extends StepCreatePostOutput = StepCreatePostOutput> extends Step<P, C, O>
Extends: Step<P, C, O>
Constructors
Constructor | Modifiers | Description |
---|---|---|
Initializes the create-post step with the provided agent, parent, and record parameters. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Stores the parameters needed to create a post, which may be resolved at runtime. |
Methods
Method | Modifiers | Description |
---|---|---|
Executes the create-post step by sending a request to the Bluesky service and assigning the returned URI and CID to | ||
Clones the current step and returns a new instance with the same parameters. | ||
Resolves the post creation parameters from a potentially dynamic input source. |