Skip to content

Packages  ›  trotsky  ›  StepStarterPack  ›  (constructor)

StepStarterPack.(constructor)

Initializes the StepStarterPack instance with the given agent, parent, and URI.

Signature:

typescript
constructor(agent: AtpAgent, parent: P, uri: Resolvable<StepStarterPackUri>);

Parameters

Parameter

Type

Description

agent

AtpAgent

The AT protocol agent used for API calls.

parent

P

The parent step in the chain.

uri

Resolvable<StepStarterPackUri>

The URI of the starter pack to retrieve, possibly resolvable at runtime.