Skip to content

Packages  ›  trotsky  ›  PostMixins  ›  reply

PostMixins.reply() method

Appends a step to reply to the current post.

Signature:

typescript
reply(record: ResolvablePostReplyParams): StepPostReply<this>;

Parameters

Parameter

Type

Description

record

ResolvablePostReplyParams

The parameters for the reply, which may be resolved at runtime.

Returns:

StepPostReply<this>

The appended StepPostReply instance.