Packages › trotsky › StepStarterPacks › (constructor)
StepStarterPacks.(constructor)
Initializes the StepStarterPacks instance with the given agent, parent, and URIs.
Signature:
typescript
constructor(agent: AtpAgent, parent: P, uris?: Resolvable<StepStarterPacksUris>);Parameters
Parameter | Type | Description |
|---|---|---|
agent | AtpAgent | The AT protocol agent used for API calls. |
parent | P | The parent step in the chain. |
uris | Resolvable<StepStarterPacksUris> | (Optional) The URIs of the starter packs to retrieve, possibly resolvable at runtime. |