Skip to content

Home > d3-blueprint > ConfigManager > get

ConfigManager.get() method

Returns the value of a config property.

Signature:

typescript
get<T>(name: string): T;

Parameters

Parameter

Type

Description

name

string

Returns:

T