MermaidConfig

@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.

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val look: Look?
Link copied to clipboard
val theme: Theme?
Link copied to clipboard