Customizing link sets
Link sets do not have a graphic representation in the network and equipment components. Instead, they are used to group together multiple links that may exist between two nodes, so that the graph layout cannot insert a link that is not in the link set or have the links follow different paths.
You can customize a link set through the CSS property listed in the following table.
CSS property for link sets
Property Name | Type | Default Value | Description |
linkDistance | float | 2 | Defines the distance between the links that are part of the link set |
How to set the link distance in a link set
object."ilog.tgo.model.IltLinkSet" {
linkDistance: 4;
}
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.