Family Chart API Documentation - v0.8.1
Preparing search index...
handlers
createNewPerson
Function createNewPerson
createNewPerson
(
__namedParameters
:
{
data
:
{
gender
:
"M"
|
"F"
;
[
key
:
string
]:
any
}
;
rels
?:
{
children
?:
string
[]
;
father
?:
string
;
mother
?:
string
;
spouses
?:
string
[]
;
}
;
}
,
)
:
{
data
:
{
gender
:
"M"
|
"F"
;
[
key
:
string
]:
any
}
;
id
:
string
;
rels
:
{
children
?:
string
[]
;
father
?:
string
;
mother
?:
string
;
spouses
?:
string
[]
;
}
;
}
Parameters
__namedParameters
:
{
data
:
{
gender
:
"M"
|
"F"
;
[
key
:
string
]:
any
}
;
rels
?:
{
children
?:
string
[]
;
father
?:
string
;
mother
?:
string
;
spouses
?:
string
[]
;
}
;
}
Returns
{
data
:
{
gender
:
"M"
|
"F"
;
[
key
:
string
]:
any
}
;
id
:
string
;
rels
:
{
children
?:
string
[]
;
father
?:
string
;
mother
?:
string
;
spouses
?:
string
[]
;
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Family Chart API Documentation - v0.8.1
Loading...