Search
Cell.imageContent Property
See Also
 





Gets or sets a Base64-encoded image to display inside this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get imageContent() {}
set imageContent(value) {}

 Property Value

String

A Base64-encoded representation of an image.

 See Also