2022-10-17 23:58:51 -03:00
> **Warning**
>
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
>
2022-10-29 00:46:25 +05:30
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/setup/modules/defaultConfig.md](../../../../packages/mermaid/src/docs/config/setup/modules/defaultConfig.md).
2022-10-15 00:50:11 -03:00
# Module: defaultConfig
## Variables
2022-10-31 22:15:07 +05:30
### configKeys
2022-10-15 00:50:11 -03:00
• `Const` **configKeys** : `string` \[]
#### Defined in
2023-08-13 22:56:50 +05:30
[defaultConfig.ts:270 ](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/defaultConfig.ts#L270 )
2022-10-15 00:50:11 -03:00
---
2022-10-31 22:15:07 +05:30
### default
2022-10-15 00:50:11 -03:00
• `Const` **default** : `Partial` < `MermaidConfig` >
2022-12-22 01:19:02 +00:00
Default mermaid configuration options.
2022-10-15 00:50:11 -03:00
2022-12-22 01:19:02 +00:00
Please see the Mermaid config JSON Schema for the default JSON values.
Non-JSON JS default values are listed in this file, e.g. functions, or
`undefined` (explicitly set so that `configKeys` finds them).
2022-10-15 00:50:11 -03:00
#### Defined in
2022-12-22 01:19:02 +00:00
[defaultConfig.ts:16 ](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/defaultConfig.ts#L16 )