Family Chart API Documentation - v0.9.0
    Preparing search index...

    Function createNewPerson

    • Parameters

      • __namedParameters: {
            data: { gender: "M" | "F"; [key: string]: any };
            rels?: { children?: string[]; parents?: string[]; spouses?: string[] };
        }

      Returns {
          data: { gender: "M" | "F"; [key: string]: any };
          id: string;
          rels: { children: string[]; parents: string[]; spouses: string[] };
      }