Class: GraphConfig
Implements
Constructors
Constructor
new GraphConfig():
GraphConfig
Returns
GraphConfig
Properties
Methods
init()
init(
config):void
Parameters
| Parameter | Type | 
|---|---|
config | GraphConfigInterface | 
Returns
void
deepMergeConfig()
deepMergeConfig<
T>(current,next,key):void
Type Parameters
| Type Parameter | 
|---|
T | 
Parameters
| Parameter | Type | 
|---|---|
current | T | 
next | T | 
key | keyof T | 
Returns
void