AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ContactList

    interface ContactList {
        contacts: OpenFin.FDC3.v1_2.Contact[];
        id?: { [key: string]: string };
        name?: string;
        type: string;
    }
    Index
    contacts: OpenFin.FDC3.v1_2.Contact[]
    id?: { [key: string]: string }
    name?: string
    type: string