Implements a chain of link routers so that a link passes through the sequence until it gets routed successfully.
Namespace: MindFusion.Diagramming
File: CompositeRouter.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksBy default diagram's linkRouter is set to a CompositeRouter instance that chains PatternRouter and Router. You can insert additional link routers into the routers list, including custom implementations of Router if target diagram should favor some specific link paths.
Inheritance HierarchyMindFusion.Diagramming.Router
MindFusion.Diagramming.CompositeRouter
See Also