@benportner/js_family_tree
Preparing search index...
CoordLink
Interface CoordLink
Represents a link between two nodes in the layout.
interface
CoordLink
{
source
:
Coordinates
;
target
:
Coordinates
;
}
Index
Properties
source
target
Properties
source
source
:
Coordinates
target
target
:
Coordinates
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
target
@benportner/js_family_tree
Loading...
Represents a link between two nodes in the layout.