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

    Function createNewPerson

    • 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[];
          };
      }