Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/properties/elk/properties/nodePlacementAlignmentElk specific option affecting Brandes-Koepf node placement alignment. NONE picks the alignment with the smallest height.
| 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* |
nodePlacementAlignment Type
string
nodePlacementAlignment Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"NONE" | |
"LEFTUP" | |
"LEFTDOWN" | |
"RIGHTUP" | |
"RIGHTDOWN" | |
"BALANCED" |
nodePlacementAlignment Default Value
The default value is:
json
"NONE"