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

    Type Alias ClientChangedContextGroup

    ClientChangedContextGroup: InteropClientEvent<
        "client-changed-context-group",
        {
            contextGroupId: string
            | null;
            identity: ClientIdentity;
            previousContextGroupId: string | null;
        },
    >

    client-changed-context-group is emitted whenever a client connected to the same InteropBroker (including the current client) change or leave a context group.