Description
In gdscript, this is available:
export (Array, PackedScene) var foo
Which gives the editor the ability to resize the passed-in array, and enforces the type of each element. I can't figure out how to do the same thing with this crate. To be honest, I've been digging around and I can't figure out how this is supposed to be done with nativescript in general, or if it's even possible in nativescript at all. There are no examples I can find of property exports above any very simple complexity (of at most a single built-in type, and maybe a specific String
or number hint).
If this is possible with this crate, it would be great to have an example that shows how. I'd be glad to build it and open a pull request if I can figure out how to do this at all, but I spent a few hours last night attacking it to no avail.