Search
DiagramView.defaultControlTemplate Property
See Also
 





Gets or sets HTML string representing the DOM content rendered by default by newly created ControlNode objects.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get defaultControlTemplate() {}
set defaultControlTemplate(value) {}

 Property Value

String

An HTML string.

 See Also