C4 图表配置模式
https://mermaid.npmjs.net.cn/schemas/config.schema.json#/$defs/C4DiagramConfig
包含特定于 c4 图表的配置的对象
抽象 | 可扩展 | 状态 | 可识别 | 自定义属性 | 附加属性 | 访问限制 | 定义位置 |
---|---|---|---|---|---|---|---|
可以实例化 | 否 | 未知状态 | 否 | 禁止 | 允许 | 无 | config.schema.json* |
C4DiagramConfig 类型
object
(C4 图表配置)
全部
C4DiagramConfig 属性
diagramMarginX
c4 图表左右两侧的边距,必须为正值。
diagramMarginX
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
diagramMarginX 类型
整数
diagramMarginX 约束
最小值:此数字的值必须大于或等于:0
diagramMarginX 默认值
默认值为
50
diagramMarginY
c4 图表上下两侧的边距,必须为正值。
diagramMarginY
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
diagramMarginY 类型
整数
diagramMarginY 约束
最小值:此数字的值必须大于或等于:0
diagramMarginY 默认值
默认值为
10
c4ShapeMargin
形状之间的边距
c4ShapeMargin
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
c4ShapeMargin 类型
整数
c4ShapeMargin 约束
最小值:此数字的值必须大于或等于:0
c4ShapeMargin 默认值
默认值为
50
c4ShapePadding
形状之间的填充
c4ShapePadding
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
c4ShapePadding 类型
整数
c4ShapePadding 约束
最小值:此数字的值必须大于或等于:0
c4ShapePadding 默认值
默认值为
20
宽度
人员方框的宽度
宽度
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
宽度类型
整数
宽度约束
最小值:此数字的值必须大于或等于:0
宽度默认值
默认值为
216
高度
人员方框的高度
高度
是必需的
类型:
整数
不可为空
定义位置:Mermaid 配置
高度类型
整数
高度约束
最小值:此数字的值必须大于或等于:0
高度默认值
默认值为
60
boxMargin
盒子周围的边距
方框边距
是必需的
类型:
整数
不可为空
定义在: Mermaid 配置
boxMargin 类型
整数
boxMargin 约束
最小值:此数字的值必须大于或等于:0
boxMargin 默认值
默认值为
10
c4ShapeInRow
每行放置多少个形状。
c4ShapeInRow
是必需的
类型:
整数
不可为空
定义在: Mermaid 配置
c4ShapeInRow 类型
整数
c4ShapeInRow 约束
最小值:此数字的值必须大于或等于:0
c4ShapeInRow 默认值
默认值为
4
nextLinePaddingX
nextLinePaddingX
可选
类型:
number
不可为空
定义在: Mermaid 配置
nextLinePaddingX 类型
数字
c4BoundaryInRow
每行放置多少个边界。
c4BoundaryInRow
是必需的
类型:
整数
不可为空
定义在: Mermaid 配置
c4BoundaryInRow 类型
整数
c4BoundaryInRow 约束
最小值:此数字的值必须大于或等于:0
c4BoundaryInRow 默认值
默认值为
2
personFontSize
这将设置图表中 Person 形状的字体大小
personFontSize
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
personFontSize 类型
以下任一: string
或 number
(详情)
personFontSize 默认值
默认值为
14
personFontFamily
这将设置图表中 Person 形状的字体粗细
personFontFamily
可选
类型:
string
不可为空
定义在: Mermaid 配置
personFontFamily 类型
字符串
personFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
personFontWeight
这将设置图表中 Person 形状的字体粗细
personFontWeight
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
personFontWeight 类型
以下任一: string
或 number
(详情)
personFontWeight 默认值
默认值为
"normal"
external_personFontSize
这将设置图表中外部 Person 形状的字体大小
external_personFontSize
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
external_personFontSize 类型
以下任一: string
或 number
(详情)
external_personFontSize 默认值
默认值为
14
external_personFontFamily
这将设置图表中外部 Person 形状的字体族
external_personFontFamily
可选
类型:
string
不可为空
定义在: Mermaid 配置
external_personFontFamily 类型
字符串
external_personFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_personFontWeight
这将设置图表中外部 Person 形状的字体粗细
external_personFontWeight
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
external_personFontWeight 类型
以下任一: string
或 number
(详情)
external_personFontWeight 默认值
默认值为
"normal"
systemFontSize
这将设置图表中 System 形状的字体大小
systemFontSize
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
systemFontSize 类型
以下任一: string
或 number
(详情)
systemFontSize 默认值
默认值为
14
systemFontFamily
这将设置图表中 System 形状的字体族
systemFontFamily
可选
类型:
string
不可为空
定义在: Mermaid 配置
systemFontFamily 类型
字符串
systemFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
systemFontWeight
这将设置图表中 System 形状的字体粗细
systemFontWeight
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
systemFontWeight 类型
以下任一: string
或 number
(详情)
systemFontWeight 默认值
默认值为
"normal"
external_systemFontSize
这将设置图表中外部 System 形状的字体大小
external_systemFontSize
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
external_systemFontSize 类型
以下任一: string
或 number
(详情)
external_systemFontSize 默认值
默认值为
14
external_systemFontFamily
这将设置图表中外部 System 形状的字体族
external_systemFontFamily
可选
类型:
string
不可为空
定义在: Mermaid 配置
external_systemFontFamily 类型
字符串
external_systemFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_systemFontWeight
这将设置图表中外部 System 形状的字体粗细
external_systemFontWeight
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
external_systemFontWeight 类型
以下任一: string
或 number
(详情)
external_systemFontWeight 默认值
默认值为
"normal"
system_dbFontSize
这将设置图表中 System DB 形状的字体大小
system_dbFontSize
可选
类型: 以下任一:
string
或number
(详情)不可为空
定义在: Mermaid 配置
system_dbFontSize 类型
以下任一: string
或 number
(详情)
system_dbFontSize 默认值
默认值为
14
system_dbFontFamily
这将设置图表中 System DB 形状的字体族
system_dbFontFamily
可选
类型:
string
不可为空
定义在: Mermaid 配置
system_dbFontFamily 类型
字符串
system_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
system_dbFontWeight
此属性设置系统数据库 (System DB) 形状的字体粗细。
system_dbFontWeight
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
system_dbFontWeight 类型
以下任一类型:string
或 number
(详细信息)
system_dbFontWeight 默认值
默认值为
"normal"
external_system_dbFontSize
此属性设置外部系统数据库 (External System DB) 形状的字体大小。
external_system_dbFontSize
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
external_system_dbFontSize 类型
以下任一类型:string
或 number
(详细信息)
external_system_dbFontSize 默认值
默认值为
14
external_system_dbFontFamily
此属性设置外部系统数据库 (External System DB) 形状的字体系列。
external_system_dbFontFamily
可选
类型:
string
不可为空
定义在:Mermaid 配置
external_system_dbFontFamily 类型
字符串
external_system_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_system_dbFontWeight
此属性设置外部系统数据库 (External System DB) 形状的字体粗细。
external_system_dbFontWeight
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
external_system_dbFontWeight 类型
以下任一类型:string
或 number
(详细信息)
external_system_dbFontWeight 默认值
默认值为
"normal"
system_queueFontSize
此属性设置系统队列 (System Queue) 形状的字体大小。
system_queueFontSize
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
system_queueFontSize 类型
以下任一类型:string
或 number
(详细信息)
system_queueFontSize 默认值
默认值为
14
system_queueFontFamily
此属性设置系统队列 (System Queue) 形状的字体系列。
system_queueFontFamily
可选
类型:
string
不可为空
定义在:Mermaid 配置
system_queueFontFamily 类型
字符串
system_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
system_queueFontWeight
此属性设置系统队列 (System Queue) 形状的字体粗细。
system_queueFontWeight
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
system_queueFontWeight 类型
以下任一类型:string
或 number
(详细信息)
system_queueFontWeight 默认值
默认值为
"normal"
external_system_queueFontSize
此属性设置外部系统队列 (External System Queue) 形状的字体大小。
external_system_queueFontSize
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
external_system_queueFontSize 类型
以下任一类型:string
或 number
(详细信息)
external_system_queueFontSize 默认值
默认值为
14
external_system_queueFontFamily
此属性设置外部系统队列 (External System Queue) 形状的字体系列。
external_system_queueFontFamily
可选
类型:
string
不可为空
定义在:Mermaid 配置
external_system_queueFontFamily 类型
字符串
external_system_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_system_queueFontWeight
此属性设置外部系统队列 (External System Queue) 形状的字体粗细。
external_system_queueFontWeight
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
external_system_queueFontWeight 类型
以下任一类型:string
或 number
(详细信息)
external_system_queueFontWeight 默认值
默认值为
"normal"
boundaryFontSize
此属性设置边界 (Boundary) 形状的字体大小。
boundaryFontSize
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
boundaryFontSize 类型
以下任一类型:string
或 number
(详细信息)
boundaryFontSize 默认值
默认值为
14
boundaryFontFamily
此属性设置边界 (Boundary) 形状的字体系列。
boundaryFontFamily
可选
类型:
string
不可为空
定义在:Mermaid 配置
boundaryFontFamily 类型
字符串
boundaryFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
boundaryFontWeight
此属性设置边界 (Boundary) 形状的字体粗细。
boundaryFontWeight
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
boundaryFontWeight 类型
以下任一类型:string
或 number
(详细信息)
boundaryFontWeight 默认值
默认值为
"normal"
messageFontSize
此属性设置消息 (Message) 形状的字体大小。
messageFontSize
可选
类型:以下任一类型:
string
或number
(详细信息)不可为空
定义在:Mermaid 配置
messageFontSize 类型
以下任一类型:string
或 number
(详细信息)
messageFontSize 默认值
默认值为
12
messageFontFamily
此属性设置消息 (Message) 形状的字体系列。
messageFontFamily
可选
类型:
string
不可为空
定义在:Mermaid 配置
messageFontFamily 类型
字符串
messageFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
messageFontWeight
此设置用于图表中消息形状的字体粗细。
messageFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
messageFontWeight 类型
以下任一:string
或 number
(详情)
messageFontWeight 默认值
默认值为
"normal"
containerFontSize
此设置用于图表中容器形状的字体大小。
containerFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
containerFontSize 类型
以下任一:string
或 number
(详情)
containerFontSize 默认值
默认值为
14
containerFontFamily
此设置用于图表中容器形状的字体系列。
containerFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
containerFontFamily 类型
字符串
containerFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
containerFontWeight
此设置用于图表中容器形状的字体粗细。
containerFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
containerFontWeight 类型
以下任一:string
或 number
(详情)
containerFontWeight 默认值
默认值为
"normal"
external_containerFontSize
此设置用于图表中外部容器形状的字体大小。
external_containerFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_containerFontSize 类型
以下任一:string
或 number
(详情)
external_containerFontSize 默认值
默认值为
14
external_containerFontFamily
此设置用于图表中外部容器形状的字体系列。
external_containerFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_containerFontFamily 类型
字符串
external_containerFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_containerFontWeight
此设置用于图表中外部容器形状的字体粗细。
external_containerFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_containerFontWeight 类型
以下任一:string
或 number
(详情)
external_containerFontWeight 默认值
默认值为
"normal"
container_dbFontSize
此设置用于图表中容器数据库形状的字体大小。
container_dbFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
container_dbFontSize 类型
以下任一:string
或 number
(详情)
container_dbFontSize 默认值
默认值为
14
container_dbFontFamily
此设置用于图表中容器数据库形状的字体系列。
container_dbFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
container_dbFontFamily 类型
字符串
container_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
container_dbFontWeight
此设置用于图表中容器数据库形状的字体粗细。
container_dbFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
container_dbFontWeight 类型
以下任一:string
或 number
(详情)
container_dbFontWeight 默认值
默认值为
"normal"
external_container_dbFontSize
此设置用于图表中外部容器数据库形状的字体大小。
external_container_dbFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_container_dbFontSize 类型
以下任一:string
或 number
(详情)
external_container_dbFontSize 默认值
默认值为
14
external_container_dbFontFamily
此设置用于图表中外部容器数据库形状的字体系列。
external_container_dbFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_container_dbFontFamily 类型
字符串
external_container_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_container_dbFontWeight
此设置用于图表中外部容器数据库形状的字体粗细。
external_container_dbFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_container_dbFontWeight 类型
以下任一:string
或 number
(详情)
external_container_dbFontWeight 默认值
默认值为
"normal"
container_queueFontSize
此设置用于图表中容器队列形状的字体大小。
container_queueFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
container_queueFontSize 类型
以下任一:string
或 number
(详情)
container_queueFontSize 默认值
默认值为
14
container_queueFontFamily
此设置用于图表中容器队列形状的字体系列。
container_queueFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
container_queueFontFamily 类型
字符串
container_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
container_queueFontWeight
此设置用于图表中容器队列形状的字体粗细。
container_queueFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
container_queueFontWeight 类型
以下任一:string
或 number
(详情)
container_queueFontWeight 默认值
默认值为
"normal"
external_container_queueFontSize
这将设置图表中外部容器队列形状的字体大小
external_container_queueFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_container_queueFontSize 类型
以下任一:string
或 number
(详情)
external_container_queueFontSize 默认值
默认值为
14
external_container_queueFontFamily
这将设置图表中外部容器队列形状的字体系列
external_container_queueFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_container_queueFontFamily 类型
字符串
external_container_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_container_queueFontWeight
这将设置图表中外部容器队列形状的字体粗细
external_container_queueFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_container_queueFontWeight 类型
以下任一:string
或 number
(详情)
external_container_queueFontWeight 默认值
默认值为
"normal"
componentFontSize
这将设置图表中组件形状的字体大小
componentFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
componentFontSize 类型
以下任一:string
或 number
(详情)
componentFontSize 默认值
默认值为
14
componentFontFamily
这将设置图表中组件形状的字体系列
componentFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
componentFontFamily 类型
字符串
componentFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
componentFontWeight
这将设置图表中组件形状的字体粗细
componentFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
componentFontWeight 类型
以下任一:string
或 number
(详情)
componentFontWeight 默认值
默认值为
"normal"
external_componentFontSize
这将设置图表中外部组件形状的字体大小
external_componentFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_componentFontSize 类型
以下任一:string
或 number
(详情)
external_componentFontSize 默认值
默认值为
14
external_componentFontFamily
这将设置图表中外部组件形状的字体系列
external_componentFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_componentFontFamily 类型
字符串
external_componentFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_componentFontWeight
这将设置图表中外部组件形状的字体粗细
external_componentFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_componentFontWeight 类型
以下任一:string
或 number
(详情)
external_componentFontWeight 默认值
默认值为
"normal"
component_dbFontSize
这将设置图表中组件数据库形状的字体大小
component_dbFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
component_dbFontSize 类型
以下任一:string
或 number
(详情)
component_dbFontSize 默认值
默认值为
14
component_dbFontFamily
这将设置图表中组件数据库形状的字体系列
component_dbFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
component_dbFontFamily 类型
字符串
component_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
component_dbFontWeight
这将设置图表中组件数据库形状的字体粗细
component_dbFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
component_dbFontWeight 类型
以下任一:string
或 number
(详情)
component_dbFontWeight 默认值
默认值为
"normal"
external_component_dbFontSize
这将设置图表中外部组件数据库形状的字体大小
external_component_dbFontSize
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_component_dbFontSize 类型
以下任一:string
或 number
(详情)
external_component_dbFontSize 默认值
默认值为
14
external_component_dbFontFamily
这将设置图表中外部组件数据库形状的字体系列
external_component_dbFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_component_dbFontFamily 类型
字符串
external_component_dbFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_component_dbFontWeight
这将设置图表中外部组件数据库形状的字体粗细
external_component_dbFontWeight
可选
类型:以下任一:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_component_dbFontWeight 类型
以下任一:string
或 number
(详情)
external_component_dbFontWeight 默认值
默认值为
"normal"
component_queueFontSize
这将设置图表中组件队列形状的字体大小。
component_queueFontSize
可选
类型:以下任何一种:
string
或number
(详情)不可为空
定义于:Mermaid 配置
component_queueFontSize 类型
以下任何一种:string
或 number
(详情)
component_queueFontSize 默认值
默认值为
14
component_queueFontFamily
这将设置图表中组件队列形状的字体家族。
component_queueFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
component_queueFontFamily 类型
字符串
component_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
component_queueFontWeight
这将设置图表中组件队列形状的字体粗细。
component_queueFontWeight
可选
类型:以下任何一种:
string
或number
(详情)不可为空
定义于:Mermaid 配置
component_queueFontWeight 类型
以下任何一种:string
或 number
(详情)
component_queueFontWeight 默认值
默认值为
"normal"
external_component_queueFontSize
这将设置图表中外部组件队列形状的字体大小。
external_component_queueFontSize
可选
类型:以下任何一种:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_component_queueFontSize 类型
以下任何一种:string
或 number
(详情)
external_component_queueFontSize 默认值
默认值为
14
external_component_queueFontFamily
这将设置图表中外部组件队列形状的字体家族。
external_component_queueFontFamily
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_component_queueFontFamily 类型
字符串
external_component_queueFontFamily 默认值
默认值为
"\"Open Sans\", sans-serif"
external_component_queueFontWeight
这将设置图表中外部组件队列形状的字体粗细。
external_component_queueFontWeight
可选
类型:以下任何一种:
string
或number
(详情)不可为空
定义于:Mermaid 配置
external_component_queueFontWeight 类型
以下任何一种:string
或 number
(详情)
external_component_queueFontWeight 默认值
默认值为
"normal"
wrap
这将设置图表的自动换行状态。
wrap
可选
类型:
boolean
不可为空
定义于:Mermaid 配置
wrap 类型
布尔值
wrap 默认值
默认值为
true
wrapPadding
这将设置图表的自动换行填充(仅限两侧)。
wrapPadding
可选
类型:
number
不可为空
定义于:Mermaid 配置
wrapPadding 类型
数字
wrapPadding 默认值
默认值为
10
person_bg_color
person_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
person_bg_color 类型
字符串
person_bg_color 默认值
默认值为
"#08427B"
person_border_color
person_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
person_border_color 类型
字符串
person_border_color 默认值
默认值为
"#073B6F"
external_person_bg_color
external_person_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_person_bg_color 类型
字符串
external_person_bg_color 默认值
默认值为
"#686868"
external_person_border_color
external_person_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_person_border_color 类型
字符串
external_person_border_color 默认值
默认值为
"#8A8A8A"
system_bg_color
system_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_bg_color 类型
字符串
system_bg_color 默认值
默认值为
"#1168BD"
system_border_color
system_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_border_color 类型
字符串
system_border_color 默认值
默认值为
"#3C7FC0"
system_db_bg_color
system_db_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_db_bg_color 类型
字符串
system_db_bg_color 默认值
默认值为
"#1168BD"
system_db_border_color
system_db_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_db_border_color 类型
字符串
system_db_border_color 默认值
默认值为
"#3C7FC0"
system_queue_bg_color
system_queue_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_queue_bg_color 类型
字符串
system_queue_bg_color 默认值
默认值为
"#1168BD"
system_queue_border_color
system_queue_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
system_queue_border_color 类型
字符串
system_queue_border_color 默认值
默认值为
"#3C7FC0"
external_system_bg_color
external_system_bg_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_system_bg_color 类型
字符串
external_system_bg_color 默认值
默认值为
"#999999"
external_system_border_color
external_system_border_color
可选
类型:
string
不可为空
定义于:Mermaid 配置
external_system_border_color 类型
字符串
external_system_border_color 默认值
默认值为
"#8A8A8A"
external_system_db_bg_color
external_system_db_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_system_db_bg_color 类型
字符串
external_system_db_bg_color 默认值
默认值为
"#999999"
external_system_db_border_color
external_system_db_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_system_db_border_color 类型
字符串
external_system_db_border_color 默认值
默认值为
"#8A8A8A"
external_system_queue_bg_color
external_system_queue_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_system_queue_bg_color 类型
字符串
external_system_queue_bg_color 默认值
默认值为
"#999999"
external_system_queue_border_color
external_system_queue_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_system_queue_border_color 类型
字符串
external_system_queue_border_color 默认值
默认值为
"#8A8A8A"
container_bg_color
container_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_bg_color 类型
字符串
container_bg_color 默认值
默认值为
"#438DD5"
container_border_color
container_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_border_color 类型
字符串
container_border_color 默认值
默认值为
"#3C7FC0"
container_db_bg_color
container_db_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_db_bg_color 类型
字符串
container_db_bg_color 默认值
默认值为
"#438DD5"
container_db_border_color
container_db_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_db_border_color 类型
字符串
container_db_border_color 默认值
默认值为
"#3C7FC0"
container_queue_bg_color
container_queue_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_queue_bg_color 类型
字符串
container_queue_bg_color 默认值
默认值为
"#438DD5"
container_queue_border_color
container_queue_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
container_queue_border_color 类型
字符串
container_queue_border_color 默认值
默认值为
"#3C7FC0"
external_container_bg_color
external_container_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_bg_color 类型
字符串
external_container_bg_color 默认值
默认值为
"#B3B3B3"
external_container_border_color
external_container_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_border_color 类型
字符串
external_container_border_color 默认值
默认值为
"#A6A6A6"
external_container_db_bg_color
external_container_db_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_db_bg_color 类型
字符串
external_container_db_bg_color 默认值
默认值为
"#B3B3B3"
external_container_db_border_color
external_container_db_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_db_border_color 类型
字符串
external_container_db_border_color 默认值
默认值为
"#A6A6A6"
external_container_queue_bg_color
external_container_queue_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_queue_bg_color 类型
字符串
external_container_queue_bg_color 默认值
默认值为
"#B3B3B3"
external_container_queue_border_color
external_container_queue_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_container_queue_border_color 类型
字符串
external_container_queue_border_color 默认值
默认值为
"#A6A6A6"
component_bg_color
component_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_bg_color 类型
字符串
component_bg_color 默认值
默认值为
"#85BBF0"
component_border_color
component_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_border_color 类型
字符串
component_border_color 默认值
默认值为
"#78A8D8"
component_db_bg_color
component_db_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_db_bg_color 类型
字符串
component_db_bg_color 默认值
默认值为
"#85BBF0"
component_db_border_color
component_db_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_db_border_color 类型
字符串
component_db_border_color 默认值
默认值为
"#78A8D8"
component_queue_bg_color
component_queue_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_queue_bg_color 类型
字符串
component_queue_bg_color 默认值
默认值为
"#85BBF0"
component_queue_border_color
component_queue_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
component_queue_border_color 类型
字符串
component_queue_border_color 默认值
默认值为
"#78A8D8"
external_component_bg_color
external_component_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_bg_color 类型
字符串
external_component_bg_color 默认值
默认值为
"#CCCCCC"
external_component_border_color
external_component_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_border_color 类型
字符串
external_component_border_color 默认值
默认值为
"#BFBFBF"
external_component_db_bg_color
external_component_db_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_db_bg_color 类型
字符串
external_component_db_bg_color 默认值
默认值为
"#CCCCCC"
external_component_db_border_color
external_component_db_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_db_border_color 类型
字符串
external_component_db_border_color 默认值
默认值为
"#BFBFBF"
external_component_queue_bg_color
external_component_queue_bg_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_queue_bg_color 类型
字符串
external_component_queue_bg_color 默认值
默认值为
"#CCCCCC"
external_component_queue_border_color
external_component_queue_border_color
可选
类型:
string
不可为空
定义于: Mermaid 配置
external_component_queue_border_color 类型
字符串
external_component_queue_border_color 默认值
默认值为
"#BFBFBF"
personFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
personFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
personFont 类型
unknown (字体计算器)
external_personFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_personFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_personFont 类型
unknown (字体计算器)
systemFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
systemFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
systemFont 类型
unknown (字体计算器)
external_systemFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_systemFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_systemFont 类型
unknown (字体计算器)
system_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
system_dbFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
system_dbFont 类型
unknown (字体计算器)
external_system_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_system_dbFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_system_dbFont 类型
unknown (字体计算器)
system_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
system_queueFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
system_queueFont 类型
unknown (字体计算器)
external_system_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_system_queueFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_system_queueFont 类型
unknown (字体计算器)
containerFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
containerFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
containerFont 类型
unknown (字体计算器)
external_containerFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_containerFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_containerFont 类型
unknown (字体计算器)
container_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
container_dbFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
container_dbFont 类型
unknown (字体计算器)
external_container_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_container_dbFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_container_dbFont 类型
unknown (字体计算器)
container_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
container_queueFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
container_queueFont 类型
unknown (字体计算器)
external_container_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_container_queueFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_container_queueFont 类型
unknown (字体计算器)
componentFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
componentFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
componentFont 类型
unknown (字体计算器)
external_componentFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_componentFont
可选
类型: unknown (字体计算器)
不可为空
定义于: Mermaid 配置
tsType:
() => Partial<FontConfig>
external_componentFont 类型
未知 (字体计算器)
component_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
component_dbFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
component_dbFont 类型
未知 (字体计算器)
external_component_dbFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_component_dbFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
external_component_dbFont 类型
未知 (字体计算器)
component_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
component_queueFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
component_queueFont 类型
未知 (字体计算器)
external_component_queueFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
external_component_queueFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
external_component_queueFont 类型
未知 (字体计算器)
boundaryFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
boundaryFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
boundaryFont 类型
未知 (字体计算器)
messageFont
返回 FontConfig
的 JavaScript 函数。
默认情况下,这些函数会返回相应的 *FontSize
、*FontFamily
和 *FontWeight
值。
例如,名为 boundaryFont
的字体计算器可以定义为
boundaryFont: function () {
return {
fontFamily: this.boundaryFontFamily,
fontSize: this.boundaryFontSize,
fontWeight: this.boundaryFontWeight,
};
}
messageFont
可选
类型:未知 (字体计算器)
不可为空
定义于:Mermaid 配置
tsType:
() => Partial<FontConfig>
messageFont 类型
未知 (字体计算器)