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

    Function createNewPersonWithGenderFromRel

    • Parameters

      • __namedParameters: {
            data: { gender: "M" | "F"; [key: string]: any };
            rel_datum: Datum;
            rel_type: RelType;
        }

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