Skip to content

Home > d3-blueprint > ConfigManager > setBatch

ConfigManager.setBatch() method

Sets multiple config properties at once.

Signature:

typescript
setBatch(values: Record<string, unknown>): this;

Parameters

Parameter

Type

Description

values

Record<string, unknown>

Returns:

this