---
title: WidgetRelevanceGroup
framework: widgetkit
role: symbol
role_heading: Structure
path: widgetkit/widgetrelevancegroup
---

# WidgetRelevanceGroup

A type for configuring widget behavior in the watchOS Smart Stack.

## Declaration

```swift
struct WidgetRelevanceGroup
```

## Overview

Overview Use WidgetRelevanceGroup alongside WidgetRelevanceAttribute to tell the system how it should group your widgets in the watchOS Smart Stack. The system may provide a default grouping mechanism for widgets in the Smart Stack; for example, per-app grouping. Creating a relevance group and choosing the .ungrouped option opts out of default grouping behavior. For additional information about widgets in Smart Stacks, refer to Increasing the visibility of widgets in Smart Stacks.

## Topics

### Type Properties

- [automatic](widgetkit/widgetrelevancegroup/automatic.md)
- [ungrouped](widgetkit/widgetrelevancegroup/ungrouped.md)

### Type Methods

- [named(_:)](widgetkit/widgetrelevancegroup/named(_:).md)

## See Also

### Smart Stacks

- [Increasing the visibility of widgets in Smart Stacks](widgetkit/widget-suggestions-in-smart-stacks.md)
- [TimelineEntryRelevance](widgetkit/timelineentryrelevance.md)
- [RelevanceConfiguration](widgetkit/relevanceconfiguration.md)
- [RelevanceEntriesProvider](widgetkit/relevanceentriesprovider.md)
- [RelevanceEntry](widgetkit/relevanceentry.md)
- [WidgetRelevance](widgetkit/widgetrelevance.md)
- [WidgetRelevanceAttribute](widgetkit/widgetrelevanceattribute.md)
- [AppIntentRecommendation](widgetkit/appintentrecommendation.md)
- [IntentConfiguration](widgetkit/intentconfiguration.md)
- [IntentRecommendation](widgetkit/intentrecommendation.md)
