Info
public struct Info
Encapsulates information associated with an element focus change by an assistive technology.
-
The identifier of the assistive technology.
Declaration
Swift
public let assistiveTechnology: String?
-
The element that is now focused by the assistive technology.
Declaration
Swift
public let focusedElement: Any?
-
The element that was previously focused by the assistive technology.
Declaration
Swift
public let unfocusedElement: Any?