Kanban Diagram Config Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/KanbanDiagramConfig
The object containing configurations specific for kanban diagrams
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