Home > d3-blueprint > D3Blueprint > config
D3Blueprint.config() method
Sets a config value by name.
Signature:
typescript
config(name: string, value: unknown): this;Parameters
Parameter | Type | Description |
|---|---|---|
name | string | |
value | unknown |
Returns:
this