How are the unique ID's of objects generated in the XML? #4333
securitymonster
started this conversation in
General
Replies: 1 comment
-
I think it is like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have documents with many pages and use properties and place-holders on these pages, but they are the same for each page. Currently properties are unique per page (there is a 2019 feature request for having properties for more than one page). So, because I already use Python to generate/adjust my drawio documents, I would like to generate these properties and copy them to each page inside a document. They look like this:
...
However I'm trying to figure out how to generate the unique IDs. I've been searching through the code, but haven't found it yet. I was hoping someone can point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions