Event Modeling Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/EventModelingDiagramConfigThe object containing configurations specific for Event Modeling diagrams.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
EventModelingDiagramConfig Type
object (Event Modeling Diagram Config)
all of
EventModelingDiagramConfig Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| padding | number | Optional | cannot be null | Mermaid Config |
| rowHeight | number | Optional | cannot be null | Mermaid Config |
padding
The padding around the Event Modeling diagram.
padding
is optional
Type:
numbercannot be null
defined in: Mermaid Config
padding Type
number
padding Default Value
The default value is:
json
30rowHeight
The height of each row in the Event Modeling diagram.
rowHeight
is optional
Type:
numbercannot be null
defined in: Mermaid Config
rowHeight Type
number
rowHeight Constraints
minimum: the value of this number must greater than or equal to: 1
rowHeight Default Value
The default value is:
json
32