AboutSupportDeveloper GuideVersion 1.1.0

Interface SnapLayout

Represents a layout of the Snap Server

interface SnapLayout {
    clients: LayoutClient[];
    connections: LayoutConnection[];
    version: string;
}

Properties

clients: LayoutClient[]
connections: LayoutConnection[]
version: string