主题
Event Modeling Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/EventModelingDiagramConfig包含针对事件建模图的特定配置的对象。
| 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
事件建模图周围的填充。
padding
is optional
Type:
numbercannot be null
defined in: Mermaid Config
padding Type
number
padding Default Value
The default value is:
json
30rowHeight
事件建模图中每一行的高度。
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