Files
mermaid/docs/config/setup/config/functions/getConfig.md
2025-02-21 16:02:03 +05:30

1.0 KiB

Warning

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.

Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/config/functions/getConfig.md.

mermaid


Function: getConfig()

getConfig(): MermaidConfig

Defined in: packages/mermaid/src/config.ts:131

getConfig

Function Description Type Return Values
getConfig Obtains the currentConfig Get Request Any Values from current Config

Notes: Avoid calling this function repeatedly. Instead, store the result in a variable and use it, and pass it down to function calls.

Returns

MermaidConfig

The currentConfig