ba.sake.hepek.mermaid

Members list

Type members

Classlikes

case class MermaidConfig(theme: String, logLevel: String, securityLevel: String, startOnLoad: Boolean, arrowMarkerAbsolute: Boolean, flowchart: MermaidFlowchartConfig, sequence: MermaidSequencechartConfig, gantt: MermaidGanttchartConfig)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class MermaidFlowchartConfig(htmlLabels: Boolean, curve: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MermaidGanttchartConfig(titleTopMargin: Int, barHeight: Int, barGap: Int, topPadding: Int, leftPadding: Int, gridLineStartPadding: Int, fontSize: Int, fontFamily: String, numberSectionStyles: Int, axisFormat: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MermaidHelpers.type
final case class MermaidSequencechartConfig(diagramMarginX: Int, diagramMarginY: Int, actorMargin: Int, width: Int, height: Int, boxMargin: Int, boxTextMargin: Int, noteMargin: Int, messageMargin: Int, mirrorActors: Boolean, bottomMarginAdj: Int, useMaxWidth: Boolean, rightAngles: Boolean, showSequenceNumbers: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all