主题
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:
number
cannot be null
defined in: Mermaid Config
padding Type
number
padding Default Value
The default value is:
json
8
sectionWidth
sectionWidth
is optional
Type:
number
cannot be null
defined in: Mermaid Config
sectionWidth Type
number
sectionWidth Default Value
The default value is:
json
200
ticketBaseUrl
ticketBaseUrl
is optional
Type:
string
cannot be null
defined in: Mermaid Config
ticketBaseUrl Type
string