Home > d3-blueprint > ConfigManager
ConfigManager class
Manages named configuration properties with optional getter/setter transforms.
Signature:
typescript
export declare class ConfigManagerMethods
Method | Modifiers | Description |
|---|---|---|
Defines a new config property. | ||
Returns the value of a config property. | ||
Returns all config values as a plain object. | ||
Returns | ||
Sets the value of a config property. | ||
Sets multiple config properties at once. |