I’ve defined a path to a Base COMP using a Global OP shortcut.
But how would I target a child operator of that Base COMP?
I’ve defined a path to a Base COMP using a Global OP shortcut.
But how would I target a child operator of that Base COMP?
op.YOURGLOBALSHORTCUT.op('childName')
op.YOURGLOBALSHORTCUT.op('childName/grandChildName')
etc