跳至内容

Mermaid 配置模式中未命名的对象

txt
https://mermaid.npmjs.net.cn/schemas/config.schema.json#/$defs/FlowchartDiagramConfig/properties/subGraphTitleMargin

定义子图标题的顶部/底部边距

抽象可扩展状态可识别自定义属性附加属性访问限制定义于
可以实例化未知状态禁止允许config.schema.json*

subGraphTitleMargin 类型

object (详情)

subGraphTitleMargin 默认值

默认值为

json
{
  "top": 0,
  "bottom": 0
}

subGraphTitleMargin 属性

属性类型必需可为空由以下定义
top整数可选不能为 nullMermaid 配置
bottom整数可选不能为 nullMermaid 配置

top

top

top 类型

整数

top 约束

最小值:此数字的值必须大于或等于:0

bottom

bottom

bottom 类型

整数

bottom 约束

最小值:此数字的值必须大于或等于:0