Search
ShapeNode.cssElementName Property
See Also
 





Gets the name of the CSS element associated with this item.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get cssElementName() {}
set cssElementName(value) {}

 Property Value

String

A string containing the CSS element name.

 See Also