主题
Kanban Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/KanbanDiagramConfig包含特定于看板图的配置的对象
| 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* |
KanbanDiagramConfig Type
object (Kanban Diagram Config)
all of
KanbanDiagramConfig Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| padding | number | Optional | cannot be null | Mermaid Config |
| sectionWidth | number | Optional | cannot be null | Mermaid Config |
| ticketBaseUrl | string | Optional | cannot be null | Mermaid Config |
padding
padding
is optional
Type:
numbercannot be null
defined in: Mermaid Config
padding Type
number
padding Default Value
The default value is:
json
8sectionWidth
sectionWidth
is optional
Type:
numbercannot be null
defined in: Mermaid Config
sectionWidth Type
number
sectionWidth Default Value
The default value is:
json
200ticketBaseUrl
ticketBaseUrl
is optional
Type:
stringcannot be null
defined in: Mermaid Config
ticketBaseUrl Type
string
ticketBaseUrl Default Value
The default value is:
json
""