Untitled string in Mermaid Config Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/properties/elk/properties/considerModelOrder
Preserves the order of nodes and edges in the model file if this does not lead to additional edge crossings. Depending on the strategy this is not always possible since the node and edge order might be conflicting.
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* |
considerModelOrder Type β
string
considerModelOrder Constraints β
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"NONE" | |
"NODES_AND_EDGES" | |
"PREFER_EDGES" | |
"PREFER_NODES" |
considerModelOrder Default Value β
The default value is:
json
"NODES_AND_EDGES"