Hey @techleapnz - this was done by design and isn’t a bug
The CoBlocks properties and the Space/Scene properties are two different properties that don’t interact with each other and they have different scopes.
We understand that these two set of properties can’t exchange data. We are asking that they will. Or alternatively provide another way for script and Coblocks to exchange data.
Regards
Zohar
And that’s the importance of documentation. This is confusing as it is currently. I doubt it’s a feature that they don’t reference the same CoSpace Properties, but more just the result of having different coding systems for Typescript and CoBlocks, but wanting to provide similar functionality.
It seems strange that both systems can access the same Item properties, but not the same CoSpace Properties.
Thank you for confirming this - it would be great if it can be added to the documentation so there is no further confusion.
Ah, this explains why my CoBlocks- and Typescript-scripts are not working together as I expected… hidden text-fields to hold global data might work as a work-around but is certainly less than elegant