Gets or sets an object, holding custom user data.
Namespace: MindFusion.Mapping
Package: Decoration.js
JavaScript Copy Code |
---|
Object.defineProperty(Decoration.prototype, "data", { value: Object }); |
Object. The custom user data.
Use the property to store any data, associated with this Decoration instance, that you find useful.