accessibilitySelectedChildren()
Returns the layout area’s currently selected children.
Declaration
func accessibilitySelectedChildren() -> [Any]?Return Value
An array containing the currently selected children. If no children are selected, this method returns an empty array.
Discussion
This method is the getter for the NSAccessibilityProtocol protocol’s accessibilitySelectedChildren property.