Search
TreeViewItem.image Property
See Also
 






Gets or sets the image displayed by this item.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get image() {}
set image(value) {}

 Property Value

HTMLImageElement

An image object to render as item's content.

 See Also