Message 1 of 3
Some way to capture the root component as an occurrence?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there!
I'd like to create a rigid group that captured the root component and all its children in just one operation. Since the input for adding the rigid group is a collection of occurrences, I should be able to capture the root component as an occurrence, which I'm capable to do via the user interface.
Is there any way to this via API or some known walk around? Note that the behaivour I want to get is not the same as if I collect all the occurrences with design.rootComponent.allOcurrences.
Thanks in advance!