Type Alias: GraphConfig
GraphConfig =
Partial<GraphConfigInterface>
Configuration options for the Graph constructor and setConfig() method.
All properties are optional ā any omitted properties will use their default values.
Note: calling setConfig() fully resets the configuration to defaults before
applying the provided values. Properties not included in the call will revert
to their defaults, not retain their previous values.