Packages › trotsky › StepList › (constructor)
StepList.(constructor)
Initializes the StepList instance with the given agent, parent, and URI.
Signature:
typescript
constructor(agent: AtpAgent, parent: P, uri: Resolvable<StepListUri>);
Parameters
Parameter | Type | Description |
---|---|---|
agent | AtpAgent | The AT protocol agent used for API calls. |
parent | P | The parent step in the chain. |
uri | Resolvable<StepListUri> | The URI of the list to retrieve, possibly resolvable at runtime. |