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

    Interface ChatInitSettings

    interface ChatInitSettings {
        chatName?: string;
        initMessage?: string;
        members?: ContactListObject;
        options?: any;
        type: any;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index
    chatName?: string
    initMessage?: string
    options?: any
    type: any