RM extensions API to get a list of all available link types (including custom links)
Hello!
Is there a way to get a list of all available (including custom) links in DNG via the RMExtensionsAPI? I have seen that you can use
for (var def in RM.Data.LinkTypes) {...}to loop through the pre-defined link types, but is there also a way to include the custom, self-created link types?
Thank you!