Search
DiagramItem.tag Property
See Also
 





Gets or sets custom data tag associated with this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

An Object containing custom data.

 See Also