| GroupChangedPayload Fields | 
The WindowGroupChangedPayload type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | memberOf | 
                Which group array the window that the event listener was 
                registered on is included in.
             | 
|  | name | 
                The name of the window
             | 
|  | reason | 
                The reason this event was triggered.
             | 
|  | sourceGroup | 
                All the windows in the group the sourceWindow originated from
             | 
|  | sourceWindowAppUuid | 
                The UUID of the application the sourceWindow belongs to. 
                The source window is the window in which (merge/join/leave)group(s) was called.
             | 
|  | sourceWindowName | 
                the name of the sourcewindow. The source window is 
                the window in which (merge/join/leave)group(s) was called.
             | 
|  | targetGroup | 
                All the windows in the group the targetWindow originated from.
             | 
|  | targetWindowAppUuid | 
                The UUID of the application the targetWindow belongs to. 
                The target window is the window that was passed into (merge/join)group(s).
             | 
|  | targetWindowName | 
                The name of the targetWindow. 
                The target window is the window that was passed into (merge/join)group(s)
             | 
|  | uuid | 
                The UUID of the application the window belongs to
             | 
 See Also
See Also