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

    Interface Datum

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

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

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