From an instance node, I’m trying to move up the tree up to the componentSetNode
, then to each componentNode
so I can grab every valid combination of component properties (sometimes components have unused combinations).
When I run . componentPropertyReferences
on the componentNode
, I’m getting an empty object back.
Is there another way to tackle this?