Skip to content

Packages  ›  trotsky  ›  Trotsky  ›  createPost

Trotsky.createPost() method

Adds a StepCreatePost step.

Signature:

typescript
createPost(record: StepCreatePostParams): StepCreatePost<this>;

Parameters

Parameter

Type

Description

record

StepCreatePostParams

Parameters for creating a post.

Returns:

StepCreatePost<this>

The new StepCreatePost instance.