Search
Diagram.customLinkType Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get customLinkType() {}
set customLinkType(value) {}

 Property Value

Object

An object identifying a constructor function or a class.

 See Also