-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hello.
I've just became RPD newbie, and looking for functions for get patch, nodes or links out of Rpd. It's easy to store created patch by
patch = Rpd.addPatch('Name of the Patch');but I can't figure out how to get patch which has been imported from json or plain-text.
This code below imports patch (with fix #464) and then creates a new patch with right name but different id, so it can't be used for control imported path.
Rpd.import.plain(fileContent.toString());
patch = Rpd.addPatch('Name of the Patch');I've searched for it in docs but found nothing about.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels