---
title: "popover(arrowEdge:)"
framework: realitykit
role: symbol
role_heading: Type Method
path: "realitykit/presentationcomponent/configuration/popover(arrowedge:)"
---

# popover(arrowEdge:)

Return a configuration that will present a SwiftUI popover.

## Declaration

```swift
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.
