Packages › trotsky › Trotsky › starterPack
Trotsky.starterPack() method
Adds a StepStarterPack step.
Signature:
typescript
starterPack(uri: Resolvable<StepStarterPackUri>): StepStarterPack<this, null, import("@atproto/api/dist/client/types/app/bsky/graph/defs").StarterPackView>;Parameters
Parameter | Type | Description |
|---|---|---|
uri | Resolvable<StepStarterPackUri> | The starter pack URI. |
Returns:
StepStarterPack<this, null, import("@atproto/api/dist/client/types/app/bsky/graph/defs").StarterPackView>
The new StepStarterPack instance.