<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PresentationComponent/Configuration/popover(arrowEdge:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "RealityKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI21PresentationComponentV13ConfigurationV7popover9arrowEdgeAE0cD00J0OSg_tFZ"
  },
  "title" : "popover(arrowEdge:)"
}
-->

# popover(arrowEdge:)

Return a configuration that will present a SwiftUI popover.

```
static func popover(arrowEdge: Edge?) -> PresentationComponent.Configuration
```

## Parameters

`arrowEdge`

The edges that the popover’s arrow are allowed to
be positioned. The default is `nil`, which results in the system
allowing any arrow edge.

---

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)