Skip to content

Event Modeling Diagram Config Schema

txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/EventModelingDiagramConfig

The object containing configurations specific for Event Modeling diagrams.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenAllowednoneconfig.schema.json*

EventModelingDiagramConfig Type

object (Event Modeling Diagram Config)

all of

EventModelingDiagramConfig Properties

PropertyTypeRequiredNullableDefined by
paddingnumberOptionalcannot be nullMermaid Config
rowHeightnumberOptionalcannot be nullMermaid Config

padding

The padding around the Event Modeling diagram.

padding

padding Type

number

padding Default Value

The default value is:

json
30

rowHeight

The height of each row in the Event Modeling diagram.

rowHeight

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
Opens in mermaid.ai