Search
Diagram.tag Property
See Also
 





Gets or sets custom data associated with this diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get tag() {}
set tag(value) {}

 Property Value

Object

An object containing custom data.

 See Also