主题
Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/properties/elk/properties/nodePlacementAlignment影响 Brandes-Koepf 节点放置对齐的 Elk 特定选项。NONE 选择高度最小的对齐方式。
| 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"