Skip to content

Cynefin Diagram Config Schema

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

Cynefin 框架图的配置。

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

CynefinDiagramConfig Type

object (Cynefin Diagram Config)

all of

CynefinDiagramConfig Properties

PropertyTypeRequiredNullableDefined by
widthnumberOptionalcannot be nullMermaid Config
heightnumberOptionalcannot be nullMermaid Config
paddingnumberOptionalcannot be nullMermaid Config
showDomainDescriptionsbooleanOptionalcannot be nullMermaid Config
boundaryAmplitudenumberOptionalcannot be nullMermaid Config

width

Cynefin 图的宽度。

width

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
800

height

Cynefin 图的高度。

height

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
600

padding

图表周围的填充。

padding

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
40

showDomainDescriptions

显示决策模型和实践类型标签。

showDomainDescriptions

showDomainDescriptions Type

boolean

showDomainDescriptions Default Value

The default value is:

json
true

boundaryAmplitude

晶域边界的波动幅度(直线为0)。

boundaryAmplitude

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