Search
DiagramItem.id Property
See Also
 






Gets or sets a custom identifier associated with this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get id() {}
set id(value) {}

 Property Value

Object

An Object containing custom identifier.

 See Also