Packages › trotsky › StepBuilder › config
StepBuilder.config() method 
Updates the configuration value for a given key.
Signature:
typescript
config(key: string, value: unknown): this;Parameters 
| Parameter | Type | Description | 
|---|---|---|
| key | string | The configuration key. | 
| value | unknown | The new value. | 
Returns:
this
The current StepBuilder instance.