<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PresentationComponent/Configuration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit",
      "SwiftUI",
      "_RealityKit_SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI21PresentationComponentV13ConfigurationV"
  },
  "title" : "PresentationComponent.Configuration"
}
-->

# PresentationComponent.Configuration

A configuration that specifies the modality, appearance, and behavior
of the presentation.

```
struct Configuration
```

## Overview

You don’t instantiate this struct yourself. Instead, create
a configuration by calling the factory methods such as
`popover(arrowEdge:)`

## Topics

### Type Methods

[`static func popover(arrowEdge: Edge?) -> PresentationComponent.Configuration`](/documentation/RealityKit/PresentationComponent/Configuration/popover(arrowEdge:))

Return a configuration that will present a SwiftUI popover.

## Relationships

### Conforms To

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

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

---

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)