AboutSupportDeveloper GuideVersion 45.146.100.17

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.

Type declaration

  • contextGroupId: string | null

    The new context group id, or null if removed from a group.

  • identity: ClientIdentity

    The identity of the affected InteropClient

  • previousContextGroupId: string | null

    The previous context group id, or null if none exists.