Mermaid
The MermaidDiagramExporter provides a way to export views that are compatible with the Mermaid diagramming tool.
There are a number of properties that can be set to customise the exports, as follows:
mermaid.title
:true
(default) to include diagram titles,false
to exclude diagram titles.mermaid.sequenceDiagram
:true
to generate a UML sequence diagram,false
(default) to generate a collaboration diagram (dynamic views only).
These properties can either be set on individual views, or on the view set to apply to all views.