AboutSupportDeveloper GuideVersion 1.1.0

Interface WindowGroupChanges

Represents a collection of changes that have occurred to the groups

interface WindowGroupChanges {
    added: [string, number][];
    modified: [string, number][];
    removed: string[];
}

Properties

added: [string, number][]

A collection of new groups that have been added along with the number of windows in each group

modified: [string, number][]

A collection of groups that have been modified along with the number of windows in each group

removed: string[]

A collection of groups that have been removed