Hi guys!
How to know the Path to the selected property?
//
var sL=app.project.activeItem.selectedLayers[0].selectedProperties[0];
alert(sL.name);
//
As Above expression gives out selectedProperty Name.
How to know the Path to the property?
For Example if selected Property of layer "a" is position then output will be
thisComp.layer("a").transform.position;?