Untitled string in Mermaid Config Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/GanttDiagramConfig/properties/weekdayOn which day a week-based interval should start
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | config.schema.json* |
weekday Type β
string
weekday Constraints β
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"monday" | |
"tuesday" | |
"wednesday" | |
"thursday" | |
"friday" | |
"saturday" | |
"sunday" |
weekday Default Value β
The default value is:
json
"sunday"