SpaceDidChangeEvent
public struct SpaceDidChangeEvent : EventType
The space has changed, and the list of known windows is up to date.
Note that this event may not correspond 1:1 with SpaceWillChangeEvent. In particular, if the space changes again before the list of known windows can be updated, SpaceWillChangeEvent will fire twice and this event will fire only once.
-
Declaration
Swift
public let external: Bool
-
For each screen, a unique integer identifying the visible space.
Declaration
Swift
public let ids: [Int]