Skip to content

Packages  ›  trotsky  ›  StepBuilder  ›  config

StepBuilder.config() method

Retreive the configuration value for a given key.

Signature:

typescript
config(key: string): unknown;

Parameters

Parameter

Type

Description

key

string

The configuration key.

Returns:

unknown

The configuration value.