-
categories :Array.<string>
-
An array of category strings corresponding to this link. This allows highlighting and filtering of links.
By default, the label is used as the link category.
- Default Value:
-
color :string
-
The link color.
- Default Value:
-
end-location :object
-
An object used to determine the end point of the link.
- Default Value:
-
end-location.id :any
-
The marker or area id to be used as the end point.
-
end-location.location :string
-
An identifier corresponding to a Feature provided in the mapProvider geo object
to be used as the end point.
-
end-location.x :number
-
The x coordinate which can represent latitude of the end point.
-
end-location.y :number
-
The y coordinate which can represent longitude of the end point.
-
selectable :auto|off
-
Specifies whether or not the link will be selectable.
Supported Values:
- Default Value:
-
short-desc :string
-
The text that displays in the link's tooltip.
- Default Value:
-
start-location :object
-
An object used to determine the start point of the link.
- Default Value:
-
start-location.id :any
-
The marker or area id to be used as the start point.
-
start-location.location :string
-
An identifier corresponding to a Feature provided in the mapProvider geo object
to be used as the start point.
-
start-location.x :number
-
The x coordinate which can represent latitude of the start point.
-
start-location.y :number
-
The y coordinate which can represent longitude of the start point.
-
svg-class-name :string
-
The CSS style class defining the style of the link.
- Default Value:
-
svg-style :CSSStyleDeclaration
-
The CSS style object defining the style of the link.
Only SVG CSS style properties are supported.
- Default Value:
-
width :number
-
The link width in pixels.
- Default Value: