Untitled boolean in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/properties/deterministicIds
This option controls if the generated ids of nodes in the SVG are generated randomly or based on a seed. If set to false
, the IDs are generated based on the current date and thus are not deterministic. This is the default behavior.
This matters if your files are checked into source control e.g. git and should not change unless content is changed.
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* |
deterministicIds Type
boolean