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

    Interface ContactListObject

    interface ContactListObject {
        contacts: ContactElement[];
        id?: { [key: string]: any };
        name?: string;
        type: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index
    contacts: ContactElement[]
    id?: { [key: string]: any }
    name?: string
    type: string