AboutSupportDeveloper GuideVersion 0.3.0

Interface WindowGroupChanges

Represents a collection of changes that have occurred to the groups

Hierarchy

  • WindowGroupChanges

Properties

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

Generated using TypeDoc