AboutSupportDeveloper GuideVersion 1.1.0

Interface GroupsChangedEvent

Emitted when a group membership has been changed

interface GroupsChangedEvent {
    changes: WindowGroupChanges;
    groups: WindowGroup[];
}

Properties

Properties

A collection of changes that have occurred to the groups

groups: WindowGroup[]

A collection of current groups