mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 18:16:44 +02:00
950 B
950 B
Warning
THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/config/functions/sanitize.md.
Function: sanitize()
sanitize(
options
):void
Defined in: packages/mermaid/src/config.ts:146
sanitize
Function | Description | Type | Values |
---|---|---|---|
sanitize | Sets the siteConfig to desired values. | Put Request | None |
Ensures options parameter does not attempt to override siteConfig secure keys Notes: modifies options in-place
Parameters
options
any
The potential setConfig parameter
Returns
void