Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/UsecaseDiagramConfig/properties/actorFontWeightFont weight for actor labels.
Restricted to the CSS font-weight keywords and numeric weights, since this value is written verbatim into an inline CSS custom property.
| 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* |
actorFontWeight Type
string
actorFontWeight 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})$/actorFontWeight Default Value
The default value is:
json
"normal"