How to get string value of an effect's ARBITRARY string data through extend script?
Hi guys, in my effect plugin, I add an arbitrary parameter which value is a string, now I add this effect to an image layer, I want to get the string value through extend script, the value type I found is CUSTOM_VALUE, and I failed with get it through property.value directly, how to achieve this in jsx script?

