Skip to content

Packages  ›  trotsky  ›  Step  ›  config

Step.config() method

Updates the configuration object on the current step.

Signature:

typescript
config(config: StepBuilderConfig): this;

Parameters

Parameter

Type

Description

config

StepBuilderConfig

The new configuration object.

Returns:

this

The current Step instance.