Packages › trotsky › StepFeedGenerator › (constructor)
StepFeedGenerator.(constructor)
Initializes the StepFeedGenerator instance with the given agent, parent, and feed URI.
Signature:
typescript
constructor(agent: AtpAgent, parent: P, feedUri: StepFeedGeneratorUri);Parameters
Parameter | Type | Description |
|---|---|---|
agent | AtpAgent | The AT protocol agent used for API calls. |
parent | P | The parent step in the chain. |
feedUri | The URI of the feed generator. |