Specifies the policies that define which multi-edges may share a connector node in a MultiPageLayout.
Remarks
Multi-edges are edges with the same endpoints. For multi-edges that are split because their endpoints are placed on different pages, this policy allows to specify if these multi-edges may use the same connector node.
You can specify whether all multi-edges should share their connector nodes, only those with the same direction should share their connector nodes, or that all multi-edges should use separate connector nodes. If you want to manually specify which multi-edges may use the same connector node, you can assign different connector ids to these edges using the multiEdgeConnectorIds property.
Type Details
- yFiles module
- algorithms
See Also
Constants
Specifies that multi-edges should use separate connector nodes.
Remarks
See Also
Sample Graphs
Specifies that multi-edges should share their connector nodes.
Remarks
Specifies that multi-edges with the same direction may share connector nodes.
Remarks
See Also
Sample Graphs
Static Methods
Converts the given argument to an enum constant of this enum type.
Remarks
Parameters
A map of options to pass to the method.
- value - MultiEdgeConnectorPolicy
- The value to convert to an enum constant.
Returns
- ↪MultiEdgeConnectorPolicy
- The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
Parameters
A map of options to pass to the method.
- value - MultiEdgeConnectorPolicy
- The numeric value of an enum constant.
Returns
- ↪string
- The name of the enum constant.
Throws
- Exception({ name: 'Error' })
- If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.