Forum Discussion

InaCentaur's avatar
InaCentaur
Start Member
9 months ago

When does one know if a component's exposed Property in Desktop Editor is editable in typescript?

When does one know if a component's exposed Property in Desktop Editor is editable in typescript?

 

So I had thought you could rename a spawned object (since the property is exposed) but it seems that that is not the case.... and other such assumptions now requiring severe workarounds 

1 Reply

  • The static propsDefinitions are considered read-only at runtime. You can only change their value through the object's property panel.