---
title: presentsPopup
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/action/presentspopup
---

# presentsPopup

A Boolean value indicating whether the action has a pop-up.

## Declaration

```swift
var presentsPopup: Bool { get }
```

## Discussion

Discussion Use this property to check if the action has a pop-up before attempting to show any pop-up views.
