Search
Cell.tag Property
See Also
 






Gets or sets custom data tag associated with this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

An Object containing custom data.

 See Also