跳至内容

需求图配置模式

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

包含特定于 req 图表的配置的对象

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

RequirementDiagramConfig 类型

object (需求图配置)

所有

RequirementDiagramConfig 属性

属性类型必填可为空定义于
rect_fillstring可选不可为空Mermaid 配置
text_colorstring可选不可为空Mermaid 配置
rect_border_sizestring可选不可为空Mermaid 配置
rect_border_colorstring可选不可为空Mermaid 配置
rect_min_widthnumber可选不可为空Mermaid 配置
rect_min_heightnumber可选不可为空Mermaid 配置
fontSizenumber可选不可为空Mermaid 配置
rect_paddingnumber可选不可为空Mermaid 配置
line_heightnumber可选不可为空Mermaid 配置

rect_fill

rect_fill

rect_fill 类型

string

rect_fill 默认值

默认值为

json
"#f9f9f9"

text_color

text_color

text_color 类型

string

text_color 默认值

默认值为

json
"#333"

rect_border_size

rect_border_size

rect_border_size 类型

string

rect_border_size 默认值

默认值为

json
"0.5px"

rect_border_color

rect_border_color

rect_border_color 类型

string

rect_border_color 默认值

默认值为

json
"#bbb"

rect_min_width

rect_min_width

rect_min_width 类型

number

rect_min_width 默认值

默认值为

json
200

rect_min_height

rect_min_height

rect_min_height 类型

number

rect_min_height 默认值

默认值为

json
200

fontSize

fontSize

fontSize 类型

number

fontSize 默认值

默认值为

json
14

rect_padding

rect_padding

rect_padding 类型

number

rect_padding 默认值

默认值为

json
10

line_height

line_height

line_height 类型

number

line_height 默认值

默认值为

json
20