mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 09:44:51 +01:00
feat: add helper to differentiate user-defined layout from default
on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
27
docs/config/setup/config/functions/getLayoutInfo.md
Normal file
27
docs/config/setup/config/functions/getLayoutInfo.md
Normal file
@@ -0,0 +1,27 @@
|
||||
> **Warning**
|
||||
>
|
||||
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
|
||||
>
|
||||
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/setup/config/functions/getLayoutInfo.md](../../../../../packages/mermaid/src/docs/config/setup/config/functions/getLayoutInfo.md).
|
||||
|
||||
[**mermaid**](../../README.md)
|
||||
|
||||
---
|
||||
|
||||
# Function: getLayoutInfo()
|
||||
|
||||
> **getLayoutInfo**(): `object`
|
||||
|
||||
Defined in: [packages/mermaid/src/config.ts:260](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/config.ts#L260)
|
||||
|
||||
## Returns
|
||||
|
||||
`object`
|
||||
|
||||
### isUserDefined
|
||||
|
||||
> **isUserDefined**: `boolean`
|
||||
|
||||
### layout
|
||||
|
||||
> **layout**: `string`
|
||||
Reference in New Issue
Block a user