Packages › trotsky › Trotsky › createPost
Trotsky.createPost() method
Adds a StepCreatePost step.
Signature:
typescript
createPost(record: StepCreatePostParams): StepCreatePost<this>;
Parameters
Parameter | Type | Description |
---|---|---|
record | Parameters for creating a post. |
Returns:
StepCreatePost<this>
The new StepCreatePost instance.