AboutSupportDeveloper GuideVersion 1.1.0

Interface LayoutConnection

Represents a serialised connection between two clients of the Snap Server

interface LayoutConnection {
    attachedClientId: string;
    offset: number;
    targetClientId: string;
    targetSide: AttachSide;
}

Properties

attachedClientId: string
offset: number
targetClientId: string
targetSide: AttachSide