Skip to content

Untitled string in Mermaid Config Schema

txt
https://mermaid.js.org/schemas/config.schema.json#/properties/elk/properties/nodePlacementAlignment

影响 Brandes-Koepf 节点放置对齐的 Elk 特定选项。NONE 选择高度最小的对齐方式。

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusUnknown identifiabilityForbiddenAllowednoneconfig.schema.json*

nodePlacementAlignment Type

string

nodePlacementAlignment Constraints

enum: the value of this property must be equal to one of the following values:

ValueExplanation
"NONE"
"LEFTUP"
"LEFTDOWN"
"RIGHTUP"
"RIGHTDOWN"
"BALANCED"

nodePlacementAlignment Default Value

The default value is:

json
"NONE"
Opens in mermaid.ai