<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: -",
    "macOS: 15.4.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -",
    "watchOS: 11.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppEntityUIElementsContext/ElementsRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A23EntityUIElementsContextV15ElementsRequestO"
  },
  "title" : "AppEntityUIElementsContext.ElementsRequest"
}
-->

# AppEntityUIElementsContext.ElementsRequest

A type that describes which UI elements the system is requesting.

```
enum ElementsRequest
```

## Topics

### Enumeration Cases

[`case selected`](/documentation/AppIntents/AppEntityUIElementsContext/ElementsRequest/selected)

Any elements that are currently selected should be provided.

[`case visible(rect: CGRect)`](/documentation/AppIntents/AppEntityUIElementsContext/ElementsRequest/visible(rect:))

Any visible elements that intersect the given rect should be provided.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)