Class: LinksSettings
Constructors
constructor
• new LinksSettings()
Accessors
pathConstructor
• get pathConstructor(): ILinkPathConstructor
Returns
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
| Name | Type |
|---|---|
obj? | ILinksSettings |
Returns
void
setPathConstructor
▸ setPathConstructor(value): void
Parameters
| Name | Type |
|---|---|
value | undefined | null | ILinkPathConstructor |
Returns
void