AboutSupportDeveloper GuideVersion 1.1.0

Interface WindowGroup

Represents a collection of clients that form a group

interface WindowGroup {
    groupId: string;
    windows: string[];
}

Properties

Properties

groupId: string

The unique identifier of the group

windows: string[]

A collection of client ids that are members of the group