Is there a way can modify read-only components in Adobe-CEP?
I'm a beginner writing some code through Adobe-CEP.
I select a clip on a particular video track to configure a code that changes the text inside the clip.
I've succeeded in choosing a graphic clip for subtitles.
Through [targetClip.components], I checked that the contents of the clip contain the text I want to modify in the item "instanceName".
Like {"displayName":"text", "instanceName":"subtitle"}
So I tried to modify the "instanceName"'s value, but it seems that direct modification is not possible because the components are read-only items.
Is there any way to correct this?
