<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/LevelOfDetail",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit13LevelOfDetailV"
  },
  "title" : "LevelOfDetail"
}
-->

# LevelOfDetail

The level of detail the view is recommended to have.

```
struct LevelOfDetail
```

## Overview

The system can update the levelOfDetail value based on user proximity or other
system specific factors and allow content customization adapting to show
different levels of details.

> Note: The `levelOfDetail` can be determined by different factors depending
> on the platforms. On visionOS, it would be user proximity.
> On all non-visionOS platforms this will always be `default` LevelOfDetail

---

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)