主题
Cynefin Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/CynefinDiagramConfigCynefin 框架图的配置。
| 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* |
CynefinDiagramConfig Type
object (Cynefin Diagram Config)
all of
CynefinDiagramConfig Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| width | number | Optional | cannot be null | Mermaid Config |
| height | number | Optional | cannot be null | Mermaid Config |
| padding | number | Optional | cannot be null | Mermaid Config |
| showDomainDescriptions | boolean | Optional | cannot be null | Mermaid Config |
| boundaryAmplitude | number | Optional | cannot be null | Mermaid Config |
width
Cynefin 图的宽度。
width
is optional
Type:
numbercannot be null
defined in: Mermaid Config
width Type
number
width Constraints
minimum: the value of this number must greater than or equal to: 1
width Default Value
The default value is:
json
800height
Cynefin 图的高度。
height
is optional
Type:
numbercannot be null
defined in: Mermaid Config
height Type
number
height Constraints
minimum: the value of this number must greater than or equal to: 1
height Default Value
The default value is:
json
600padding
图表周围的填充。
padding
is optional
Type:
numbercannot be null
defined in: Mermaid Config
padding Type
number
padding Constraints
minimum: the value of this number must greater than or equal to: 0
padding Default Value
The default value is:
json
40showDomainDescriptions
显示决策模型和实践类型标签。
showDomainDescriptions
is optional
Type:
booleancannot be null
defined in: Mermaid Config
showDomainDescriptions Type
boolean
showDomainDescriptions Default Value
The default value is:
json
trueboundaryAmplitude
晶域边界的波动幅度(直线为0)。
boundaryAmplitude
is optional
Type:
numbercannot be null
defined in: Mermaid Config
boundaryAmplitude Type
number
boundaryAmplitude Constraints
maximum: the value of this number must smaller than or equal to: 50
minimum: the value of this number must greater than or equal to: 0
boundaryAmplitude Default Value
The default value is:
json
8