KineticJS icon indicating copy to clipboard operation
KineticJS copied to clipboard

Serialization of own propertiies/attributes

Open katerinalev1992 opened this issue 8 years ago • 0 comments

Hello. Could you please give a hint how to serialize own property or how to add correctly property to serialize it.

I tried to add a separate property to a group. But after serialization I lost my custom property:

group.myProperty = {};

And after serialization myProperty is not exist

katerinalev1992 avatar Oct 17 '17 11:10 katerinalev1992