Search
CompositeRouter.routers Property
See Also
 





A list of router objects forming a chain through whichlinks pass until they are routed successfully.

Namespace: MindFusion.Diagramming
File: CompositeRouter.js

 Syntax

JavaScript  Copy Code

get routers() {}
set routers(value) {}

 Property Value

Array

An array of Router -derived objects.

 Remarks

By default the list contains PatternRouter and Router objects

 See Also