How do I get the text inside a label?

If I try

go.get(“/go#label”, “text”)

I just get an error telling me it doesn’t have such a property even though

go.get(“/go#label”, “scale”)

works. It has both of those properties under the aptly titled ‘Properties’ tab but I can only get one of them. Why?

Getting the text in runtime is currently not possible.