TypeScript throws an error when I try to set a property value of a text layer:
newTextLayer.property("Position").setValue([0,0]);```
TypeScript throws the following error:
Property 'setValue' does not exist on type '_PropertyClasses'.
Property 'setValue' does not exist on type 'PropertyGroup'.
Is there a better way to set properties on text layers?