atlas
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
atlas
:atlas-mermaid
/
atlas.mermaid
/
MermaidConfig
Mermaid
Config
@
Serializable
class
MermaidConfig
(
val
displayLinkLabels
:
Boolean
?
=
null
,
val
layout
:
String
?
=
null
,
val
layoutProperties
:
Map
<
String
,
String
>
?
=
null
,
val
themeVariables
:
Map
<
String
,
String
>
?
=
null
,
val
look
:
Look
?
=
null
,
val
theme
:
Theme
?
=
null
,
val
animateLinks
:
Boolean
?
=
null
)
:
Serializable
(
source
)
Used to configure the
atlas.mermaid.tasks.WriteMermaidChart
tasks.
Members
Constructors
Mermaid
Config
Link copied to clipboard
constructor
(
displayLinkLabels
:
Boolean
?
=
null
,
layout
:
String
?
=
null
,
layoutProperties
:
Map
<
String
,
String
>
?
=
null
,
themeVariables
:
Map
<
String
,
String
>
?
=
null
,
look
:
Look
?
=
null
,
theme
:
Theme
?
=
null
,
animateLinks
:
Boolean
?
=
null
)
Properties
animate
Links
Link copied to clipboard
val
animateLinks
:
Boolean
?
display
Link
Labels
Link copied to clipboard
val
displayLinkLabels
:
Boolean
?
layout
Link copied to clipboard
val
layout
:
String
?
layout
Properties
Link copied to clipboard
val
layoutProperties
:
Map
<
String
,
String
>
?
look
Link copied to clipboard
val
look
:
Look
?
theme
Link copied to clipboard
val
theme
:
Theme
?
theme
Variables
Link copied to clipboard
val
themeVariables
:
Map
<
String
,
String
>
?