<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRelevantShortcut/widgetKind",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRelevantShortcut(py)widgetKind"
  },
  "title" : "widgetKind"
}
-->

# widgetKind

An identifier that associates the shortcut with the widget it influences.

```
var widgetKind: String? { get set }
```

## Discussion

To provide relevance information for a widget, use the same value for this property as for the <doc://com.apple.documentation/documentation/WidgetKit/WidgetInfo/kind> property of the widget’s configuration.

---

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)