@benportner/js_family_tree
Preparing search index...
FamilyTreeData
Interface FamilyTreeData
interface
FamilyTreeData
{
links
:
Link
[]
;
persons
:
{
[
key
:
string
]:
Person
}
;
start
:
string
;
unions
:
{
[
key
:
string
]:
Union
}
;
}
Index
Properties
links
persons
start
unions
Properties
links
links
:
Link
[]
persons
persons
:
{
[
key
:
string
]:
Person
}
start
start
:
string
unions
unions
:
{
[
key
:
string
]:
Union
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
links
persons
start
unions
@benportner/js_family_tree
Loading...