Custom inspector string/object property

Is there any way to add custom inspectable fields that are of type string? Display and Use the Inspector - Babylon.js Documentation

Not yet but I can definitely add it

That would be amazing, thank you. Although using typescript, I’m having a hard time adding custom properties to a BabylonMesh. I assume I probably need to create a wrapper class that adds my custom property to it?

Correct (or cast it to any)