Skip to main content

Class: LinksSettings

Constructors

constructor

new LinksSettings()

Accessors

pathConstructor

get pathConstructor(): ILinkPathConstructor

Returns

ILinkPathConstructor


preferLinksDirection

get preferLinksDirection(): "horizontal" | "vertical" | "both"

Returns

"horizontal" | "vertical" | "both"


svgMarkers

get svgMarkers(): readonly FunctionComponent<{}>[]

Returns

readonly FunctionComponent<{}>[]


visualComponents

get visualComponents(): VisualComponents<any, ILinkVisualComponentProps<any>>

Returns

VisualComponents<any, ILinkVisualComponentProps<any>>

Methods

import

import(obj?): void

Parameters

NameType
obj?ILinksSettings

Returns

void


setPathConstructor

setPathConstructor(value): void

Parameters

NameType
valueundefined | null | ILinkPathConstructor

Returns

void