Other Structures
The following structures are available globally.
-
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.
See moreDeclaration
Swift
public struct SpaceDidChangeEvent : EventType
-
Undocumented
See moreDeclaration
Swift
public struct FakeApplicationBuilder
-
Specifies that a
Property
has typeT
, and should use a default value if the property is missing.Internally used by Swindler. You should not use this directly.
See moreDeclaration
Swift
public struct OfDefaultedType<T> : PropertyTypeSpec where T : Equatable, T : Defaultable