Skip to content

Packages  ›  trotsky  ›  StepPostReply  ›  (constructor)

StepPostReply.(constructor)

Initializes the StepPostReply instance with the given agent, parent, and reply record parameters.

Signature:

typescript
constructor(agent: AtpAgent, parent: P, record: ResolvablePostReplyParams);

Parameters

Parameter

Type

Description

agent

AtpAgent

The AT protocol agent used for API calls.

parent

P

The parent step in the chain.

record

ResolvablePostReplyParams

The reply parameters, possibly resolvable at runtime.