I am trying to write a script action on a Perspective component. I am new to this so this may sound clueless: Which of the following are valid examples of component paths?
self.sibling
self.getChild("Container")
slef.getSibling("name")
self.child
self.parent
Thanks for pointing me in the right direction...
Oops, typo with the Slef. But getSibling does need a container to look in.
