As I understand it, you manually have to wrap each object you want to protect in zealit objects.
Is there any way to use zealit for all my objects in a class, in a file, or similar, without having to manually specify it each time?
I assume this could be done by overloading the Object type?
However, I'm new to javascript, so I might be approaching it the wrong way.
As I understand it, you manually have to wrap each object you want to protect in
zealitobjects.Is there any way to use zealit for all my objects in a class, in a file, or similar, without having to manually specify it each time?
I assume this could be done by overloading the
Objecttype?However, I'm new to javascript, so I might be approaching it the wrong way.