config.js

source config.js

Constructors

Contact(person, id)

parameters

type name description
person The person.
string person.name The person's name.
integer person.age The person's age.
id (optional) Optional id number to use.

Family()

parameters

type name description
string config.Father The paternal person.
string config.Mother The maternal person.
string[] config.Children And the rest.