Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/UsecaseDiagramConfig/properties/usecaseFontWeightFont weight for usecase labels.
Constrained the same way as actorFontWeight.
| 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* |
usecaseFontWeight Type
string
usecaseFontWeight Constraints
pattern: the string must match the following regular expression:
javascript
/^(normal|bold|bolder|lighter|inherit|initial|revert|unset|[1-9][0-9]{0,3})$/usecaseFontWeight Default Value
The default value is:
json
"normal"