Skip to content

Packages  ›  trotsky  ›  Step  ›  config

Step.config() method ​

Retreive the configuration value for a given key on the current step or inherite the value from the parent step.

Signature:

typescript
config(key: string): unknown;

Parameters ​

Parameter

Type

Description

key

string

The configuration key.

Returns:

unknown

The configuration value.