Hidden viewer properties

I need to serialize some custom data along with the viewer. I store it as a JSON in a string property. Can we turn off the visibility of the property on the viewer settings panel?

Currently you can’t control the visibility of the property, but that’s a good idea. Let me think about it. Perhaps prefixing property name with underscore would be a good solution.

That’s totally fine for me. Or we can create a separate type of parameter that can receive an object as a value. That would be even better.