FixObjectFactory.....
-
So quick question ..can I do this?
const var f1 = Engine.createFixObjectFactory({ "myValue": 17, "someOtherValue": 42.0 }); // Creates an object for interacting with the array above const var obj = f1.create(); // save it off to disk... Engine.dumpAsJSON(obj, "myfile.json");
or do I have to copy obj into a "real" json object?
-
..and supplementary question:
Can I store this in a panels data?