<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "macOS: 11.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/WidgetInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit0A4InfoV"
  },
  "title" : "WidgetInfo"
}
-->

# WidgetInfo

A structure that contains information about user-configured widgets.

```
@preconcurrency struct WidgetInfo
```

## Topics

### Getting Configured Widget Information

[`kind`](/documentation/WidgetKit/WidgetInfo/kind)

The string specified during creation of the widget’s configuration.

[`family`](/documentation/WidgetKit/WidgetInfo/family)

The size of the widget: small, medium, or large.

[`configuration`](/documentation/WidgetKit/WidgetInfo/configuration)

A SiriKit intent that contains user-edited values.

### Identifying Widget Information

[`id`](/documentation/WidgetKit/WidgetInfo/id)

The stable identity of the widget.



---

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)