Search
Decoration.data Property
See Also
 






Gets or sets an object, holding custom user data.

Namespace: MindFusion.Mapping
File: Decoration.js

 Syntax

JavaScript  Copy Code

get data() {}

 Property Value

Object. The custom user data.

 Remarks

Use the property to store any data, associated with this Decoration instance, that you find useful.

 See Also