Home > d3-blueprint > ConfigManager > set
ConfigManager.set() method
Sets the value of a config property.
Signature:
typescript
set<T>(name: string, value: T): this;Parameters
Parameter | Type | Description |
|---|---|---|
name | string | |
value | T |
Returns:
this