config

fun config(name: String, value: Value)

Assign a new Value to the given config name.

Parameters

name

The configuration name.

value

The value for the configuration.

Throws