Search
Diagram.customNodeType Property
See Also
 






Gets or sets the type of DiagramNode objects to create when users starts drawing.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get customNodeType() {}
set customNodeType(value) {}

 Property Value

Object

An object identifying a constructor function or a class.

 See Also