AboutSupportDeveloper GuideVersion 1.2.1

Interface ClientsAttachedEvent

Emitted when a client has been attached to another client

interface ClientsAttachedEvent {
    attachedClientId: string;
    parentGroupId: string;
    targetClientUd: string;
    targetSide: AttachSide;
}

Properties

attachedClientId: string

The unique identifier of the client that was attached

parentGroupId: string

The ID of the parent group

targetClientUd: string

The unique identifier of the client that was attached to

targetSide: AttachSide

The side of the target client that the attached client was attached to