Interface: ILinksSettings
Hierarchy
IVisualComponentsObject
<any
,ILinkVisualComponentProps
>↳
ILinksSettings
Properties
components
• Optional
components: Dictionary
<IComponentDefinition
<ILinkVisualComponentProps
<any
>, any
> | VisualComponent
<ILinkVisualComponentProps
<any
>>>
Inherited from
IVisualComponentsObject.components
pathConstructor
• Optional
pathConstructor: ILinkPathConstructor
preferLinksDirection
• Optional
preferLinksDirection: "horizontal"
| "vertical"
| "both"
svgMarkers
• Optional
svgMarkers: FunctionComponent
<{}>[]