Packages › trotsky › StepFeed › (constructor)
StepFeed.(constructor)
Initializes the StepFeed instance with the given agent, parent, and feed URI.
Signature:
typescript
constructor(agent: AtpAgent, parent: P, feedUri: StepFeedUri);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 custom feed. |