---
title: ignoresGroup
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/hovereffectgroup/behavior/ignoresgroup
---

# ignoresGroup

Ignores the current phase of the match group.

## Declaration

```swift
static let ignoresGroup: HoverEffectGroup.Behavior
```

## Discussion

Discussion Use this behavior when an effect should neither activate a group, or become activated by any other effect in the group. The effect will only become active when directly hovered.
