AboutSupportDeveloper GuideVersion 1.3.5

Interface ClientRegisteredEvent

Emitted when a new client is registered with the Snap Server

interface ClientRegisteredEvent {
    clientId: string;
    owningProcessId: number;
    windowHandle: string;
}

Properties

clientId: string

The unique identifier of the client

owningProcessId: number

The process id that owns the window

windowHandle: string

The platform handle of the window