Search
DiagramItem.tooltip Property
See Also
 





Gets or sets tooltip text that should be displayed when the mouse hovers over this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get tooltip() {}
set tooltip(value) {}

 Property Value

String

A string containing the tooltip text.

 See Also