---
title: effectIsInteractive
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsglasseffectview/effectisinteractive
---

# effectIsInteractive

Enables interactive glass behavior, which adds a visual response to user interactions.

## Declaration

```swift
var effectIsInteractive: Bool { get set }
```

## Discussion

Discussion This should be enabled for glass that is used as the background for interactive controls or when used as the container of interactive controls. When YES, the glass effect will provide visual feedback when it is interacted with. When NO, the glass effect remains static. The default value is NO.
