Search
SerializeTagEventArgs.jsonObject Property
See Also
 





Gets or sets the object representing the tag.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get jsonObject() {}
set jsonObject(value) {}

 Property Value

Object

The object represeting the tag.

 Remarks

Used in JSON serialization.

 See Also